Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / crypto.h
index f5cb4c7106bc69397c7ad4abdb647359758331bf..1b76ada44cc60463ecb733fdf1ae0ed8355fc2a4 100644 (file)
 
 #include <openssl/e_os2.h>
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 #include <stdio.h>
 #endif
 
@@ -538,7 +538,7 @@ void CRYPTO_dbg_set_options(long bits);
 long CRYPTO_dbg_get_options(void);
 
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 void CRYPTO_mem_leaks_fp(FILE *);
 #endif
 void CRYPTO_mem_leaks(struct bio_st *bio);