summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/lh_stats.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/lh_stats.3')
-rw-r--r--src/lib/libcrypto/man/lh_stats.316
1 files changed, 13 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/lh_stats.3 b/src/lib/libcrypto/man/lh_stats.3
index 90bd1c9893..e057d7d65e 100644
--- a/src/lib/libcrypto/man/lh_stats.3
+++ b/src/lib/libcrypto/man/lh_stats.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lh_stats.3,v 1.5 2016/12/06 12:24:33 schwarze Exp $ 1.\" $OpenBSD: lh_stats.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $
2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400 2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400
3.\" 3.\"
4.\" -------------------------------------------------------------------------- 4.\" --------------------------------------------------------------------------
@@ -113,7 +113,7 @@
113.\" copied and put under another distribution licence 113.\" copied and put under another distribution licence
114.\" [including the GNU Public Licence.] 114.\" [including the GNU Public Licence.]
115.\" 115.\"
116.Dd $Mdocdate: December 6 2016 $ 116.Dd $Mdocdate: March 27 2018 $
117.Dt LH_STATS 3 117.Dt LH_STATS 3
118.Os 118.Os
119.Sh NAME 119.Sh NAME
@@ -193,6 +193,16 @@ These functions do not return values.
193.Xr BIO_new 3 , 193.Xr BIO_new 3 ,
194.Xr lh_new 3 194.Xr lh_new 3
195.Sh HISTORY 195.Sh HISTORY
196These functions are available in all versions of SSLeay and OpenSSL. 196.Fn lh_stats ,
197.Fn lh_node_stats ,
198.Fn lh_node_usage_stats
199appeared in SSLeay 0.4.
200.Fn lh_stats_bio ,
201.Fn lh_node_stats_bio ,
202and
203.Fn lh_node_usage_stats_bio
204first appeared in SSLeay 0.6.0.
205These functions have been available since
206.Ox 2.4 .
197.Sh AUTHORS 207.Sh AUTHORS
198.An Eric Young 208.An Eric Young