- Added more documentation in CHANGES.
authorRichard Levitte <levitte@openssl.org>
Sat, 18 Dec 1999 02:34:37 +0000 (02:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 18 Dec 1999 02:34:37 +0000 (02:34 +0000)
commitf3a2a0449613dfe7967bc9df646aff9767d0fd79
tree336f8713dc085e4ec5dd5476f637ca379670e984
parentd8df48a9bccb0f408b11af9a71abbf28a675839b
 - Added more documentation in CHANGES.
 - Made CRYPTO_MDEBUG even less used in crypto.h, giving
   MemCheck_start() and MemCheck_stop() only one possible definition.
 - Made the values of the debug function pointers in mem.c dependent
   on the existence of the CRYPTO_MDEBUG macro, and made the rest of
   the code understand the NULL case.

That's it.  With this code, the old behvior of the debug functionality
is restored, but you can still opt to have it on, even when the
library wasn't compiled with a defined CRYPTO_MDEBUG.
CHANGES
crypto/crypto.h
crypto/mem.c