summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/lhash/lhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/lhash/lhash.h')
-rw-r--r--src/lib/libcrypto/lhash/lhash.h4
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);
181unsigned long lh_strhash(const char *c); 179unsigned long lh_strhash(const char *c);
182unsigned long lh_num_items(const _LHASH *lh); 180unsigned long lh_num_items(const _LHASH *lh);
183 181
184#ifndef OPENSSL_NO_FP_API
185void lh_stats(const _LHASH *lh, FILE *out); 182void lh_stats(const _LHASH *lh, FILE *out);
186void lh_node_stats(const _LHASH *lh, FILE *out); 183void lh_node_stats(const _LHASH *lh, FILE *out);
187void lh_node_usage_stats(const _LHASH *lh, FILE *out); 184void lh_node_usage_stats(const _LHASH *lh, FILE *out);
188#endif
189 185
190#ifndef OPENSSL_NO_BIO 186#ifndef OPENSSL_NO_BIO
191void lh_stats_bio(const _LHASH *lh, BIO *out); 187void lh_stats_bio(const _LHASH *lh, BIO *out);