summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/crypto.h')
-rw-r--r--lib/libcrypto/crypto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h
index 9307687b27e..e3cf3ec7a91 100644
--- a/lib/libcrypto/crypto.h
+++ b/lib/libcrypto/crypto.h
@@ -121,9 +121,7 @@
#include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
-#endif
#include <openssl/stack.h>
#include <openssl/safestack.h>
@@ -516,9 +514,7 @@ void CRYPTO_dbg_set_options(long bits);
long CRYPTO_dbg_get_options(void);
-#ifndef OPENSSL_NO_FP_API
void CRYPTO_mem_leaks_fp(FILE *);
-#endif
void CRYPTO_mem_leaks(struct bio_st *bio);
/* unsigned long order, char *file, int line, int num_bytes, char *addr */
typedef void *CRYPTO_MEM_LEAK_CB(unsigned long, const char *, int, int, void *);