diff options
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 9307687b27..e3cf3ec7a9 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -121,9 +121,7 @@ | |||
121 | 121 | ||
122 | #include <openssl/opensslconf.h> | 122 | #include <openssl/opensslconf.h> |
123 | 123 | ||
124 | #ifndef OPENSSL_NO_FP_API | ||
125 | #include <stdio.h> | 124 | #include <stdio.h> |
126 | #endif | ||
127 | 125 | ||
128 | #include <openssl/stack.h> | 126 | #include <openssl/stack.h> |
129 | #include <openssl/safestack.h> | 127 | #include <openssl/safestack.h> |
@@ -516,9 +514,7 @@ void CRYPTO_dbg_set_options(long bits); | |||
516 | long CRYPTO_dbg_get_options(void); | 514 | long CRYPTO_dbg_get_options(void); |
517 | 515 | ||
518 | 516 | ||
519 | #ifndef OPENSSL_NO_FP_API | ||
520 | void CRYPTO_mem_leaks_fp(FILE *); | 517 | void CRYPTO_mem_leaks_fp(FILE *); |
521 | #endif | ||
522 | void CRYPTO_mem_leaks(struct bio_st *bio); | 518 | void CRYPTO_mem_leaks(struct bio_st *bio); |
523 | /* unsigned long order, char *file, int line, int num_bytes, char *addr */ | 519 | /* unsigned long order, char *file, int line, int num_bytes, char *addr */ |
524 | typedef void *CRYPTO_MEM_LEAK_CB(unsigned long, const char *, int, int, void *); | 520 | typedef void *CRYPTO_MEM_LEAK_CB(unsigned long, const char *, int, int, void *); |