summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_free.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/doc/SSL_free.3')
-rw-r--r--src/lib/libssl/doc/SSL_free.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_free.3 b/src/lib/libssl/doc/SSL_free.3
index c0078d817a..1a3711e6c7 100644
--- a/src/lib/libssl/doc/SSL_free.3
+++ b/src/lib/libssl/doc/SSL_free.3
@@ -1,7 +1,7 @@
1.\" 1.\"
2.\" $OpenBSD: SSL_free.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ 2.\" $OpenBSD: SSL_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_FREE 3 5.Dt SSL_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 ssl 21.Fa ssl
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 ssl
25is a
26.Dv NULL
27pointer, no action occurs.
23.Sh NOTES 28.Sh NOTES
24.Fn SSL_free 29.Fn SSL_free
25also calls the 30also calls the