On Fri, Jun 25, 1999 at 04:36:06PM +0200, Holger Reif wrote:
> Bodo Moeller schrieb:

>>                    [...] noticed that the openssl.c application did
>> not really enable memory hole checks (CRYPTO_MEM_CHECK_ON should be
>> ..._ENABLE) -- does anyone know what reason this could have?

> Seems you must have both: _ON and _ENABLE (in this order),
> see crypto/mem.c

Both must be set, but ..._ON is set by default anyway; the call
setting ..._ON is redundant, the other one was missing (I also tested
this by calling Malloc(42) and observing when the program complained).
..._ON exists only so that mem.c can switch it off for those
allocations that are needed for the debugging structures themselves.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to