diff options
author | jmc <> | 2014-12-02 14:11:01 +0000 |
---|---|---|
committer | jmc <> | 2014-12-02 14:11:01 +0000 |
commit | e7e600eb57a165f5f50250f84829e68d0e33c7c3 (patch) | |
tree | fdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/SSL_CTX_free.3 | |
parent | 8068f015c2050105c1ab16d99b7b03bc027c72d3 (diff) | |
download | openbsd-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.3 | 8 |
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 | |||
19 | and frees up the allocated memory if the reference count has reached 0. | 22 | and frees up the allocated memory if the reference count has reached 0. |
20 | .Pp | 23 | .Pp |
21 | It also calls the | 24 | It also calls the |
22 | .Xr free 3 Ns ing procedures for indirectly affected items, if applicable: | 25 | .Xr free 3 Ns ing |
26 | procedures for indirectly affected items, if applicable: | ||
23 | the session cache, the list of ciphers, the list of Client CAs, | 27 | the session cache, the list of ciphers, the list of Client CAs, |
24 | the certificates and keys. | 28 | the certificates and keys. |
25 | .Sh WARNINGS | 29 | .Sh WARNINGS |