diff options
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index f5cb4c7106..1b76ada44c 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -122,7 +122,7 @@ #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); |