From ce20e5fd16aef728e955ca3dbf32e43823740c72 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 15 Nov 2015 22:02:11 +0000 Subject: fix references to lhash(3); --- lib/libssl/doc/SSL_CTX_sessions.3 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/libssl/doc/SSL_CTX_sessions.3 b/lib/libssl/doc/SSL_CTX_sessions.3 index 0d83711205d..23d9edb6e25 100644 --- a/lib/libssl/doc/SSL_CTX_sessions.3 +++ b/lib/libssl/doc/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 -- cgit v1.2.3