diff options
author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
commit | eb8dd9dca1228af0cd132f515509051ecfabf6f6 (patch) | |
tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libssl/man/SSL_COMP_add_compression_method.3 | |
parent | 247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff) | |
download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
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 | 42 |
1 files changed, 0 insertions, 42 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 deleted file mode 100644 index f9e25358d7..0000000000 --- a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | .\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.7 2024/08/31 10:51:48 tb Exp $ | ||
2 | .\" | ||
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | ||
4 | .\" | ||
5 | .\" Permission to use, copy, modify, and distribute this software for any | ||
6 | .\" purpose with or without fee is hereby granted, provided that the above | ||
7 | .\" copyright notice and this permission notice appear in all copies. | ||
8 | .\" | ||
9 | .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | .\" | ||
17 | .Dd $Mdocdate: August 31 2024 $ | ||
18 | .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 | ||
19 | .Os | ||
20 | .Sh NAME | ||
21 | .Nm SSL_COMP_get_compression_methods | ||
22 | .Nd handle SSL/TLS integrated compression methods | ||
23 | .Sh SYNOPSIS | ||
24 | .In openssl/ssl.h | ||
25 | .Ft STACK_OF(SSL_COMP) * | ||
26 | .Fn SSL_COMP_get_compression_methods void | ||
27 | .Sh DESCRIPTION | ||
28 | This function is deprecated and has no effect. | ||
29 | It is provided purely for compatibility with legacy application code. | ||
30 | .Pp | ||
31 | .Fn SSL_COMP_get_compression_methods | ||
32 | used to return a stack of available compression methods. | ||
33 | .Sh RETURN VALUES | ||
34 | .Fn SSL_COMP_get_compression_methods | ||
35 | always returns | ||
36 | .Dv NULL . | ||
37 | .Sh SEE ALSO | ||
38 | .Xr ssl 3 | ||
39 | .Sh HISTORY | ||
40 | .Fn SSL_COMP_get_compression_methods | ||
41 | first appeared in OpenSSL 0.9.8 and has been available since | ||
42 | .Ox 4.5 . | ||