[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Wed Jan 28 17:28:33 UTC 2015
The branch master has been updated
via 31b446e212e2209d62e66a608e540716716430e4 (commit)
from 49b05c7d503b26fea4aaa5dda9c30b181c8e46cf (commit)
- Log -----------------------------------------------------------------
commit 31b446e212e2209d62e66a608e540716716430e4
Author: Rich Salz <rsalz at openssl.org>
Date: Wed Jan 28 12:27:23 2015 -0500
Add missing declaration for lh_node_usage_stats
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/lhash/lhash.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h
index cb01854..fb92317 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);
More information about the openssl-commits
mailing list