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]
Re: cvs commit: openssl/util libeay.num
Richard Levitte - VMS Whacker Tue, 25 Sep 2001 08:30:56 -0700
- Re: cvs commit: openssl/util li... Anonymous
- Re: cvs commit: openssl/uti... Bodo Moeller
- Re: cvs commit: openss... Arne Ansper
- Re: cvs commit: op... Anonymous
- Re: cvs commit: openssl/util libeay.num Dr Stephen Henson
- Re: cvs commit: openssl/util libeay.num Arne Ansper
- Re: cvs commit: openssl/util libeay.num Ulf Moeller
- Re: cvs commit: openssl/util libeay.num Ben Laurie
- Re: cvs commit: openssl/util libeay.num Richard Levitte - VMS Whacker
- Re: cvs commit: openssl/util libeay.num Richard Levitte - VMS Whacker
- Re: cvs commit: openssl/util libeay.num Richard Levitte - VMS Whacker
- Re: cvs commit: openssl/util libeay.num Geoff Thorpe
