diff options
author | 2015-11-15 22:02:10 +0000 | |
---|---|---|
committer | 2015-11-15 22:02:10 +0000 | |
commit | 6d58c21af73e89ff1d11f3efce64d9f84ece0ef6 (patch) | |
tree | 1494d49ac410496b82de2a7314c5030b33b2562c /lib/libssl/src | |
parent | fix a double space issue in the following, rather wonderful, fortune: (diff) | |
download | wireguard-openbsd-6d58c21af73e89ff1d11f3efce64d9f84ece0ef6.tar.xz wireguard-openbsd-6d58c21af73e89ff1d11f3efce64d9f84ece0ef6.zip |
fix references to lhash(3);
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 b/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 index 0d83711205d..23d9edb6e25 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 +++ b/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_CTX_sessions.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_CTX_sessions.3,v 1.3 2015/11/15 22:02:10 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: November 15 2015 $ .Dt SSL_CTX_SESSIONS 3 .Os .Sh NAME @@ -18,17 +18,18 @@ for .Fa ctx . .Sh NOTES The sessions in the internal session cache are kept in an -.Xr lhash 3 -type database. +lhash-type database +(see +.Xr lh_new 3 ) . It is possible to directly access this database, e.g., for searching. In parallel, the sessions form a linked list which is maintained separately from the -.Xr lhash 3 -operations, so that the database must not be modified directly but by using the +lhash operations, +so that the database must not be modified directly but by using the .Xr SSL_CTX_add_session 3 family of functions. .Sh SEE ALSO -.Xr lhash 3 , +.Xr lh_new 3 , .Xr ssl 3 , .Xr SSL_CTX_add_session 3 , .Xr SSL_CTX_set_session_cache_mode 3 |