commit | 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Fri Jan 30 14:52:57 2015 -0500 |
committer | Rich Salz <rsalz@openssl.org> | Fri Jan 30 14:52:57 2015 -0500 |
tree | 9db0aaec4eeaad8510d1e24e384f99c46dff145e | |
parent | d6fbb194095312f4722c81c9362dbd0de66cb656 [diff] [blame] |
Dead code clean: #if 0 removal in apps Reviewed-by: Tim Hudson <tjh@openssl.org>
diff --git a/apps/openssl.c b/apps/openssl.c index b196285..50c8275 100644 --- a/apps/openssl.c +++ b/apps/openssl.c
@@ -301,12 +301,7 @@ } CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); -#if 0 - if (getenv("OPENSSL_DEBUG_LOCKING") != NULL) -#endif - { - CRYPTO_set_locking_callback(lock_dbg_cb); - } + CRYPTO_set_locking_callback(lock_dbg_cb); if (getenv("OPENSSL_FIPS")) { #ifdef OPENSSL_FIPS