On Mon, Apr 21, 2008 at 07:08:18PM +0300, Oren Nechushtan wrote: > +#ifdef OPENSSL_FIPS > +// u_int32_t rnd[6], i; > +// u_char* buf=(u_char*)rnd; > + u_char buf[24]; > +#endif .. > +// for (i = 0; i < 6; i++) > +// rnd[i] = arc4random(); > +#endif Not so nice to add so many comments. //Peter