New function EVP_CIPHER_free()
[openssl.git] / crypto / mem_dbg.c
index 3b1e37f3014cd3ca84eee56bcaac54bc03f076d8..1a08b2bb9eec51192b05a312c0b2e8782a9f0ad8 100644 (file)
@@ -209,6 +209,7 @@ static unsigned long mem_hash(const MEM *a)
     return ret;
 }
 
+#if !OPENSSL_API_3
 int CRYPTO_mem_debug_push(const char *info, const char *file, int line)
 {
     return 0;
@@ -218,6 +219,7 @@ int CRYPTO_mem_debug_pop(void)
 {
     return 0;
 }
+#endif
 
 static unsigned long break_order_num = 0;