From: Jeffrey Altman <[EMAIL PROTECTED]>
jaltman> perl util\mkdef.pl 32 libeay > ms\libeay32.def
jaltman> Warning: ASN1_GENERALSTRING_free does not have a number assigned
jaltman> Warning: ASN1_GENERALSTRING_it{1} does not have a number assigned
jaltman> Warning: ASN1_GENERALSTRING_new does not have a number assigned
jaltman> Warning: CONF_set_nconf does not have a number assigned
[... etc ...]
Ah, I forgot a make update... Doing it now.
jaltman> rand_win.c
jaltman> .\crypto\rand\rand_win.c(675) : error C2220: warning treated as error
jaltman> - no object file generated
jaltman> .\crypto\rand\rand_win.c(675) : warning C4090: 'function' : different
jaltman> 'const' qualifiers
jaltman> .\crypto\rand\rand_win.c(675) : warning C4024: 'EVP_Digest' :
jaltman> different types for formal and actual parameter 4
jaltman> .\crypto\rand\rand_win.c(675) : error C2198: 'EVP_Digest' : too few
jaltman> actual parameters
jaltman>
jaltman> rand_win.c line 675 reads:
jaltman>
jaltman> MD(bmbits,size,md);
jaltman>
jaltman> I gather the definition of MD() has changed recently. What should it
jaltman> be?
The definition of MD() is in rand_lcl.h. It's a macro. What has
changed is the definition of EVP_Digest()...
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Re: errors generated on Win32 from openssl-snap-20010709
Richard Levitte - VMS Whacker Tue, 10 Jul 2001 13:06:17 -0700
- errors generated on Win32 from openssl-snap-... Jeffrey Altman
- Re: errors generated on Win32 from open... Richard Levitte - VMS Whacker
- Re: errors generated on Win32 from open... Jeffrey Altman
- Re: errors generated on Win32 from ... Richard Levitte - VMS Whacker
