]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Makefile.org
Enable/disable crypto-mdebug just like other features
[thirdparty/openssl.git] / Makefile.org
index ab6a74eb197e1529bc5b2568ca0a893a4d346f65..b45862e09ae21b1d88133e907f9056202cb2cd8a 100644 (file)
@@ -46,7 +46,6 @@ OPENSSLDIR=/usr/local/ssl
 # LOCK_DEBUG - turns on lots of lock debug output :-)
 # REF_CHECK - turn on some xyz_free() assertions.
 # REF_PRINT - prints some stuff on structure free.
-# CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
 # MFUNC - Make all Malloc/Free/Realloc calls call
 #       CRYPTO_malloc/CRYPTO_free/CRYPTO_realloc which can be setup to
 #       call application defined callbacks via CRYPTO_set_mem_functions()