jaltman> If the LIBEAY32.DLL is linked to the MSVCRT.DLL library and the app
jaltman> is linked to MSVCRTD.DLL it is necessary for CRYTPO_malloc_init() to
jaltman> be executed by the app so that the proper memory
jaltman> allocation/deallocations routines are used.
CRYPTO_malloc_init() did the following:
CRYPTO_set_mem_functions(malloc,realloc,free)
This in turn initialises five function pointers in mem.c. However,
those variables are already initialised with exactly those values.
Logically, this makes the CRYPTO_malloc_init() macro redudant and
needless.
Is this possibly some kind of glitch in Win32 when it links things in
runtime, or is it some other mystery?
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
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: CRYPTO_malloc_init undefined in latest snapshot
Richard Levitte - VMS Whacker Wed, 5 Jan 2000 01:58:10 -0800
- CRYPTO_malloc_init undefined in latest snaps... Jeffrey Altman
- Re: CRYPTO_malloc_init undefined in lat... Richard Levitte - VMS Whacker
- Re: CRYPTO_malloc_init undefined in lat... Jeffrey Altman
- RE: CRYPTO_malloc_init undefined in... Richard Levitte - VMS Whacker
- RE: CRYPTO_malloc_init undefine... Per Nilsson
- Re: CRYPTO_malloc_init unde... Per Nilsson
- Re: CRYPTO_malloc_init undefine... Dr Stephen Henson
- Re: CRYPTO_malloc_init undefine... Bodo Moeller
- Re: CRYPTO_malloc_init undefined in lat... Bodo Moeller
- Re: CRYPTO_malloc_init undefined in... Dr Stephen Henson
