When trying to compile the new 9.6a beta, there was a compiler error on randfile.c line 214 in directory \crypto\rand Basically it was an unsigned/signed warning error. this if statement should be changed to if ( (s != NULL) && ( (strlen(s) + strlen(RFILE) + 2) < (unsigned)size) ) With size being typecast as type unsigned, this is because the return value from strlen is of unsigned int hope this helps tom moses ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
