diff options
Diffstat (limited to 'src/lib/libcrypto/lhash/lhash.h')
-rw-r--r-- | src/lib/libcrypto/lhash/lhash.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/lhash/lhash.h b/src/lib/libcrypto/lhash/lhash.h index 187a284243..8147417cd8 100644 --- a/src/lib/libcrypto/lhash/lhash.h +++ b/src/lib/libcrypto/lhash/lhash.h | |||
@@ -65,9 +65,7 @@ | |||
65 | 65 | ||
66 | #include <openssl/opensslconf.h> | 66 | #include <openssl/opensslconf.h> |
67 | 67 | ||
68 | #ifndef OPENSSL_NO_FP_API | ||
69 | #include <stdio.h> | 68 | #include <stdio.h> |
70 | #endif | ||
71 | 69 | ||
72 | #ifndef OPENSSL_NO_BIO | 70 | #ifndef OPENSSL_NO_BIO |
73 | #include <openssl/bio.h> | 71 | #include <openssl/bio.h> |
@@ -181,11 +179,9 @@ void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg); | |||
181 | unsigned long lh_strhash(const char *c); | 179 | unsigned long lh_strhash(const char *c); |
182 | unsigned long lh_num_items(const _LHASH *lh); | 180 | unsigned long lh_num_items(const _LHASH *lh); |
183 | 181 | ||
184 | #ifndef OPENSSL_NO_FP_API | ||
185 | void lh_stats(const _LHASH *lh, FILE *out); | 182 | void lh_stats(const _LHASH *lh, FILE *out); |
186 | void lh_node_stats(const _LHASH *lh, FILE *out); | 183 | void lh_node_stats(const _LHASH *lh, FILE *out); |
187 | void lh_node_usage_stats(const _LHASH *lh, FILE *out); | 184 | void lh_node_usage_stats(const _LHASH *lh, FILE *out); |
188 | #endif | ||
189 | 185 | ||
190 | #ifndef OPENSSL_NO_BIO | 186 | #ifndef OPENSSL_NO_BIO |
191 | void lh_stats_bio(const _LHASH *lh, BIO *out); | 187 | void lh_stats_bio(const _LHASH *lh, BIO *out); |