diff options
author | 2018-03-23 00:10:28 +0000 | |
---|---|---|
committer | 2018-03-23 00:10:28 +0000 | |
commit | d606245e358f672dd05c7b9f368bc5fb287056d2 (patch) | |
tree | af9012477949b42abcee8ea6cb869878b8df9f6a /lib/libssl/man/SSL_COMP_add_compression_method.3 | |
parent | crypto HISTORY up to 0.9.8; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-d606245e358f672dd05c7b9f368bc5fb287056d2.tar.xz wireguard-openbsd-d606245e358f672dd05c7b9f368bc5fb287056d2.zip |
ssl.h HISTORY up to 0.9.8; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_COMP_add_compression_method.3')
-rw-r--r-- | lib/libssl/man/SSL_COMP_add_compression_method.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_COMP_add_compression_method.3 b/lib/libssl/man/SSL_COMP_add_compression_method.3 index 9e1bd1db7cd..e5421852d29 100644 --- a/lib/libssl/man/SSL_COMP_add_compression_method.3 +++ b/lib/libssl/man/SSL_COMP_add_compression_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.3 2018/03/21 16:12:41 schwarze Exp $ +.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.4 2018/03/23 00:10:28 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 .Os .Sh NAME @@ -50,3 +50,7 @@ always returns .Fn SSL_COMP_add_compression_method first appeared in OpenSSL 0.9.2b and has been available since .Ox 2.6 . +.Pp +.Fn SSL_COMP_get_compression_methods +first appeared in OpenSSL 0.9.8 and has been available since +.Ox 4.5 . |