diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_COMP_add_compression_method.3')
-rw-r--r-- | src/lib/libssl/man/SSL_COMP_add_compression_method.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 b/src/lib/libssl/man/SSL_COMP_add_compression_method.3 index 9e1bd1db7c..e5421852d2 100644 --- a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 +++ b/src/lib/libssl/man/SSL_COMP_add_compression_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.3 2018/03/21 16:12:41 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.4 2018/03/23 00:10:28 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: March 21 2018 $ | 17 | .Dd $Mdocdate: March 23 2018 $ |
18 | .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 | 18 | .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -50,3 +50,7 @@ always returns | |||
50 | .Fn SSL_COMP_add_compression_method | 50 | .Fn SSL_COMP_add_compression_method |
51 | first appeared in OpenSSL 0.9.2b and has been available since | 51 | first appeared in OpenSSL 0.9.2b and has been available since |
52 | .Ox 2.6 . | 52 | .Ox 2.6 . |
53 | .Pp | ||
54 | .Fn SSL_COMP_get_compression_methods | ||
55 | first appeared in OpenSSL 0.9.8 and has been available since | ||
56 | .Ox 4.5 . | ||