----- Original Message -----
From: "Andy Polyakov" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, December 30, 2004 6:30 PM
Subject: Re: Compile openssl-0.9.7-stable-SNAP-20041229.tar.gz
> > 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:-).
cl /Fotmp32\c_zlib.obj -Iinc32 -Itmp32 -DZLIB /MD /W3 /WX /G5 /Ox
/O2
/Ob2 /Gs0 /GF /Gy
/nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDI
AN -DDSO_WIN32 /Fdout32 -DOPENSSL_NO_KRB5 -c .\crypto\comp\c_zlib.c
c_zlib.c
crypto\comp\c_zlib.c(200) : error C2220: avertissement consid�r� comme une
erreu
r - aucun fichier objet g�n�r�
-> Warning considered as an error - no file (object) created
crypto\comp\c_zlib.c(200) : warning C4013: 'ERR_clear_error' non d�fini(e) ;
ext
ern retournant int suppos�
-> ERR_clear_error not defined.
NMAKE : fatal error U1077: 'cl'�: code retour '0x2'
Stop.
Note that I compile with the -DZLIB option in order to use zlib compression
with SSL., if i compile without the DZLIB option it compile without any
problem !
>
> > 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.
>
Yes it works !!
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List [email protected]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]