When I try to compile openssl-0.9.7-stable-SNAP-20041229.tar.gz under Windows2000 with Microsoft Visual 2003, I have two problems :
- #include <openssl/err.h> is missing in /crypto/comp/c_zlib.c
I can't reproduce it with cl version 13... What are your configuration options and what is the error message returned by compiler (translated to English:-).
If I had this include, it compile fine (nmake -f ms\nt.mak) but test failed with the message :
test sslv2
SSLv2, cipher SSLv2 DES-CBC3-MD5, 512 bit RSA
test sslv2 with server authentication
server authentication
depth=0 error=20 /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Server test cert (51
2 bit)
ERROR in CLIENT
1744:error:1407E086:SSL routines:SSL2_SET_CERTIFICATE:certificate verify failed:
.\ssl\s2_clnt.c:1066:
SSLv2, cipher (NONE) (NONE)
problems.....
Did it ever work? Command line for the affected executable makes no sense and shouldn't work... There is another test, which is bound to fail, namely 'openssl verify -CAfile cert.tmp ..\certs\*.pem', because wildchar is never expanded... A.
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
