]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/evp_extra_test.c
Enable/disable crypto-mdebug just like other features
[thirdparty/openssl.git] / test / evp_extra_test.c
index 0d6ad03eb387d255e8afa1b049ce2cfdb4d4aa3a..13dd26270572a4369384aaa989c1a59af1f9b512 100644 (file)
@@ -466,7 +466,7 @@ int main(void)
     CRYPTO_cleanup_all_ex_data();
     ERR_remove_thread_state(NULL);
     ERR_free_strings();
-#ifdef CRYPTO_MDEBUG
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG
     CRYPTO_mem_leaks_fp(stderr);
 #endif