Refactoring BIO: small test correction
[openssl.git] / test / p5_crpt2_test.c
index 657d10e7683882845f23df6ea370d2f0275acc5b..303906fa9cd9dba9f1c662bfee2482ee875d0081 100644 (file)
@@ -205,7 +205,7 @@ int main(int argc, char **argv)
     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
     return 0;