diff options
Diffstat (limited to 'src/lib/libcrypto/man/lh_new.3')
-rw-r--r-- | src/lib/libcrypto/man/lh_new.3 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/lh_new.3 b/src/lib/libcrypto/man/lh_new.3 index 4f2f3a152a..3be32cf675 100644 --- a/src/lib/libcrypto/man/lh_new.3 +++ b/src/lib/libcrypto/man/lh_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: lh_new.3,v 1.3 2016/11/28 14:31:20 schwarze Exp $ | 1 | .\" $OpenBSD: lh_new.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL 1bc74519 May 20 08:11:46 2016 -0400 | 2 | .\" OpenSSL 1bc74519 May 20 08:11:46 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" -------------------------------------------------------------------------- | 4 | .\" -------------------------------------------------------------------------- |
@@ -115,7 +115,7 @@ | |||
115 | .\" copied and put under another distribution licence | 115 | .\" copied and put under another distribution licence |
116 | .\" [including the GNU Public Licence.] | 116 | .\" [including the GNU Public Licence.] |
117 | .\" | 117 | .\" |
118 | .Dd $Mdocdate: November 28 2016 $ | 118 | .Dd $Mdocdate: March 27 2018 $ |
119 | .Dt LH_NEW 3 | 119 | .Dt LH_NEW 3 |
120 | .Os | 120 | .Os |
121 | .Sh NAME | 121 | .Sh NAME |
@@ -525,7 +525,19 @@ rather it would be used in the function passed to | |||
525 | .Sh SEE ALSO | 525 | .Sh SEE ALSO |
526 | .Xr lh_stats 3 | 526 | .Xr lh_stats 3 |
527 | .Sh HISTORY | 527 | .Sh HISTORY |
528 | The lhash library is available in all versions of SSLeay and OpenSSL. | 528 | .Fn lh_new , |
529 | .Fn lh_free , | ||
530 | .Fn lh_insert , | ||
531 | .Fn lh_delete , | ||
532 | .Fn lh_retrieve , | ||
533 | and | ||
534 | .Fn lh_doall | ||
535 | appeared in SSLeay 0.4 or earlier. | ||
536 | .Fn lh_doall_arg | ||
537 | first appeared in SSLeay 0.5.1. | ||
538 | These functions have been available since | ||
539 | .Ox 2.4 . | ||
540 | .Pp | ||
529 | .Fn lh_<type>_error | 541 | .Fn lh_<type>_error |
530 | was added in SSLeay 0.9.1b. | 542 | was added in SSLeay 0.9.1b. |
531 | .Pp | 543 | .Pp |