compilation errors occur in crypto\rand\rand_win.c line 239. For some
unknown reason PCURSORINFO is not being defined in winuser.h.
.\crypto\rand\rand_win.c(239) : error C2065: 'PCURSORINFO' :
undeclared identifier
.\crypto\rand\rand_win.c(239) : error C2146: syntax error : missing
')' before identifier 'buf'
.\crypto\rand\rand_win.c(239) : error C2059: syntax error : ')'
If I comment out the if (cursor) block in that module compilation will
continue but linkage errros occur for ssleay32.dll:
ssl_cert.obj : error LNK2001: unresolved external symbol _BIO_s_file
ssl_rsa.obj : error LNK2001: unresolved external symbol _BIO_s_file
ssl_txt.obj : error LNK2001: unresolved external symbol _BIO_s_file
The above is with ms/do_ms.bat or ms/do_nt.bat.
Attempts to use ms/do_masm.bat fail with:
mkdir inc32\openssl
NMAKE : warning U4007: filename '.\crypto\md32_common.h' too long;
truncating to 8.3
NMAKE : fatal error U1073: don't know how to make '.\crypto\md32_common.h'
Jeffrey Altman * Sr.Software Designer
The Kermit Project * Columbia University
612 West 115th St * New York, NY * 10025 * USA
http://www.kermit-project.org/ * [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]