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]

Reply via email to