From: Rich Salz Date: Wed, 28 Jan 2015 17:27:23 +0000 (-0500) Subject: Add missing declaration for lh_node_usage_stats X-Git-Tag: OpenSSL_1_1_0-pre1~1745 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b446e212e2209d62e66a608e540716716430e4;p=thirdparty%2Fopenssl.git Add missing declaration for lh_node_usage_stats Reviewed-by: Matt Caswell --- diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h index cb018541383..fb92317ee75 100644 --- a/crypto/lhash/lhash.h +++ b/crypto/lhash/lhash.h @@ -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);