summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_get_session.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/man/SSL_get_session.3')
-rw-r--r--src/lib/libssl/man/SSL_get_session.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_get_session.3 b/src/lib/libssl/man/SSL_get_session.3
index 4cde129bc2..2ab43fdd3e 100644
--- a/src/lib/libssl/man/SSL_get_session.3
+++ b/src/lib/libssl/man/SSL_get_session.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_session.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: SSL_get_session.3,v 1.8 2022/03/31 17:27:18 naddy Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 27 2018 $ 52.Dd $Mdocdate: March 31 2022 $
53.Dt SSL_GET_SESSION 3 53.Dt SSL_GET_SESSION 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -109,7 +109,7 @@ If the data is to be kept,
109.Fn SSL_get1_session 109.Fn SSL_get1_session
110will increment the reference count, so that the session will not be implicitly 110will increment the reference count, so that the session will not be implicitly
111removed by other operations but stays in memory. 111removed by other operations but stays in memory.
112In order to remove the session 112In order to remove the session,
113.Xr SSL_SESSION_free 3 113.Xr SSL_SESSION_free 3
114must be explicitly called once to decrement the reference count again. 114must be explicitly called once to decrement the reference count again.
115.Pp 115.Pp