summaryrefslogtreecommitdiffstats
path: root/test/p5_crpt2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/p5_crpt2_test.c')
-rw-r--r--test/p5_crpt2_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/p5_crpt2_test.c b/test/p5_crpt2_test.c
index 657d10e768..303906fa9c 100644
--- a/test/p5_crpt2_test.c
+++ b/test/p5_crpt2_test.c
@@ -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;