summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_CTX_free.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_free.3')
-rw-r--r--src/lib/libssl/doc/SSL_CTX_free.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_free.3 b/src/lib/libssl/doc/SSL_CTX_free.3
index 0b2f7a8247..84f5eb57ee 100644
--- a/src/lib/libssl/doc/SSL_CTX_free.3
+++ b/src/lib/libssl/doc/SSL_CTX_free.3
@@ -1,7 +1,7 @@
1.\" 1.\"
2.\" $OpenBSD: SSL_CTX_free.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ 2.\" $OpenBSD: SSL_CTX_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_CTX_FREE 3 5.Dt SSL_CTX_FREE 3
6.Os 6.Os
7.Sh NAME 7.Sh NAME
@@ -20,6 +20,11 @@ and removes the
20object pointed to by 20object pointed to by
21.Fa ctx 21.Fa ctx
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 ctx
25is a
26.Dv NULL
27pointer, no action occurs.
23.Pp 28.Pp
24It also calls the 29It also calls the
25.Xr free 3 Ns ing 30.Xr free 3 Ns ing