Add missing declaration for lh_node_usage_stats
authorRich Salz <rsalz@openssl.org>
Wed, 28 Jan 2015 17:27:23 +0000 (12:27 -0500)
committerRich Salz <rsalz@openssl.org>
Wed, 28 Jan 2015 17:27:23 +0000 (12:27 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/lhash/lhash.h

index cb0185413836d6500945bc4ca89cc875ad1a3b91..fb92317ee752411944aff3f550f0bea7484b8a0c 100644 (file)
@@ -181,6 +181,7 @@ unsigned long lh_num_items(const _LHASH *lh);
 # ifndef OPENSSL_NO_STDIO
 void lh_stats(const _LHASH *lh, FILE *fp);
 void lh_node_stats(const _LHASH *lh, FILE *fp);
+void lh_node_usage_stats(const _LHASH *lh, FILE *fp);
 # endif
 void lh_stats_bio(const _LHASH *lh, BIO *out);
 void lh_node_stats_bio(const _LHASH *lh, BIO *out);