From: Bodo Moeller <[EMAIL PROTECTED]>

moeller> >>> Two functions with the same number - how'd that happen?
moeller> 
moeller> util/mkdef.pl:
moeller> 
moeller>        if(exists $syms{"ERR_load_CRYPTO_strings"}) {
moeller>                $platform{"ERR_load_CRYPTO_strings"} .= ",!VMS,!WIN16";
moeller>                $syms{"ERR_load_CRYPTOlib_strings"} = 1;
moeller>                $platform{"ERR_load_CRYPTOlib_strings"} .= ",VMS,WIN16";
moeller>        }
moeller> 
moeller> 
moeller> See also <openssl/symhacks.h>:
moeller> 
moeller> /* Case insensiteve linking causes problems.... */
moeller> #if defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_VMS)
moeller> #undef ERR_load_CRYPTO_strings
moeller> #define ERR_load_CRYPTO_strings                        
ERR_load_CRYPTOlib_strings
moeller> [...]
moeller> 
moeller> These should not both be "NOEXIST" functions, though; the prototype is
moeller> in <openssl/crypto.h>.

That's a good point.  I'll check it out...

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
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