[BACK]Return to arc4random.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/arc4random.c between version 1.5 and 1.6

version 1.5, 2002/11/11 01:13:07 version 1.6, 2005/02/09 12:09:08
Line 45  struct arc4_stream {
Line 45  struct arc4_stream {
         u_int8_t s[256];          u_int8_t s[256];
 };  };
   
 int     rs_initialized;  static int rs_initialized;
 static struct arc4_stream rs;  static struct arc4_stream rs;
   
 static inline void arc4_init(struct arc4_stream *);  static inline void arc4_init(struct arc4_stream *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>