Make it so we can dynamically enable memory allocation debugging through the
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Aug 2000 17:15:36 +0000 (17:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 1 Aug 2000 17:15:36 +0000 (17:15 +0000)
commitee087bb8ebc2565e31a91290a270db0abe00de99
treeb157bb493b49e017be74c23a4b1a58c3a5720b53
parente5acb2bd2e80a0d6923b2b0602e4821597284a8b
Make it so we can dynamically enable memory allocation debugging through the
environment variable OPENSSL_DEBUG_MEMORY (existence is sufficient).  At the
same time, it makes sure that CRYPTO_malloc_debug_init() gets expanded some-
where and thereby tested for compilation.
apps/openssl.c