diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-16 18:28:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-16 18:28:09 +0000 |
commit | 3e1ee64e3b362b09b46274fcca4572b0881e1137 (patch) | |
tree | 8bd36dbae7feae8399d38942f13756a80f6fe351 | |
parent | ce2542a1301922375338ab8462ef556b78a3152b (diff) |
delete a few leftovers
-rw-r--r-- | lib/libcrypto/mem_dbg.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/mem_dbg.c b/lib/libcrypto/mem_dbg.c index 693b47bcedf..fad6a58496d 100644 --- a/lib/libcrypto/mem_dbg.c +++ b/lib/libcrypto/mem_dbg.c @@ -118,12 +118,10 @@ #include <openssl/bio.h> #include <openssl/lhash.h> -static int mh_mode = CRYPTO_MEM_CHECK_OFF; - int CRYPTO_mem_ctrl(int mode) { - return (mh_mode); + return (CRYPTO_MEM_CHECK_OFF); } int @@ -163,8 +161,6 @@ CRYPTO_remove_all_info(void) return(0); } - -static unsigned long break_order_num = 0; void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, int before_p) |