summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_CTX_free.3
diff options
context:
space:
mode:
authorjmc <>2014-12-02 14:11:01 +0000
committerjmc <>2014-12-02 14:11:01 +0000
commite7e600eb57a165f5f50250f84829e68d0e33c7c3 (patch)
treefdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/SSL_CTX_free.3
parent8068f015c2050105c1ab16d99b7b03bc027c72d3 (diff)
downloadopenbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.gz
openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.bz2
openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.zip
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_free.3')
-rw-r--r--src/lib/libssl/doc/SSL_CTX_free.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_free.3 b/src/lib/libssl/doc/SSL_CTX_free.3
index 9cf5934303..0b2f7a8247 100644
--- a/src/lib/libssl/doc/SSL_CTX_free.3
+++ b/src/lib/libssl/doc/SSL_CTX_free.3
@@ -1,4 +1,7 @@
1.Dd $Mdocdate: October 12 2014 $ 1.\"
2.\" $OpenBSD: SSL_CTX_free.3,v 1.2 2014/12/02 14:11:01 jmc Exp $
3.\"
4.Dd $Mdocdate: December 2 2014 $
2.Dt SSL_CTX_FREE 3 5.Dt SSL_CTX_FREE 3
3.Os 6.Os
4.Sh NAME 7.Sh NAME
@@ -19,7 +22,8 @@ object pointed to by
19and 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.
20.Pp 23.Pp
21It also calls the 24It also calls the
22.Xr free 3 Ns ing procedures for indirectly affected items, if applicable: 25.Xr free 3 Ns ing
26procedures for indirectly affected items, if applicable:
23the session cache, the list of ciphers, the list of Client CAs, 27the session cache, the list of ciphers, the list of Client CAs,
24the certificates and keys. 28the certificates and keys.
25.Sh WARNINGS 29.Sh WARNINGS