From 5ec33509726f3770a1a7bb1a068860c9e091dc75 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 15 Nov 2015 22:02:10 +0000 Subject: fix references to lhash(3); --- src/lib/libssl/doc/SSL_CTX_sessions.3 | 15 ++++++++------- src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/lib/libssl/doc/SSL_CTX_sessions.3 b/src/lib/libssl/doc/SSL_CTX_sessions.3 index 0d83711205..23d9edb6e2 100644 --- a/src/lib/libssl/doc/SSL_CTX_sessions.3 +++ b/src/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 diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 b/src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 index 0d83711205..23d9edb6e2 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb