Adjust the configuration target name from Cygwin-i686 to Cygwin-x86
[openssl.git] / test / rsa_test.c
index 3cfd32edb4e4d595ce81d869cf1831c160890e11..0b707bf715ec7981ce5b43a3680d4896ea29e19a 100644 (file)
@@ -327,7 +327,7 @@ int main(int argc, char *argv[])
     CRYPTO_cleanup_all_ex_data();
     ERR_remove_thread_state(NULL);
 
-#ifdef CRYPTO_MDEBUG
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG
     CRYPTO_mem_leaks_fp(stderr);
 #endif