summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_SESSION_free.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/doc/SSL_SESSION_free.3')
-rw-r--r--src/lib/libssl/doc/SSL_SESSION_free.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_SESSION_free.3 b/src/lib/libssl/doc/SSL_SESSION_free.3
index ffd5ae2b29..69491f714b 100644
--- a/src/lib/libssl/doc/SSL_SESSION_free.3
+++ b/src/lib/libssl/doc/SSL_SESSION_free.3
@@ -1,7 +1,7 @@
1.\" 1.\"
2.\" $OpenBSD: SSL_SESSION_free.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ 2.\" $OpenBSD: SSL_SESSION_free.3,v 1.3 2015/12/30 18:45:02 millert Exp $
3.\" 3.\"
4.Dd $Mdocdate: December 2 2014 $ 4.Dd $Mdocdate: December 30 2015 $
5.Dt SSL_SESSION_FREE 3 5.Dt SSL_SESSION_FREE 3
6.Os 6.Os
7.Sh NAME 7.Sh NAME
@@ -20,6 +20,11 @@ and removes the
20structure pointed to by 20structure pointed to by
21.Fa session 21.Fa session
22and frees up the allocated memory, if the reference count has reached 0. 22and frees up the allocated memory, if the reference count has reached 0.
23If
24.Fa session
25is a
26.Dv NULL
27pointer, no action occurs.
23.Sh NOTES 28.Sh NOTES
24.Vt SSL_SESSION 29.Vt SSL_SESSION
25objects are allocated when a TLS/SSL handshake operation is successfully 30objects are allocated when a TLS/SSL handshake operation is successfully