diff options
author | schwarze <> | 2025-06-08 22:49:42 +0000 |
---|---|---|
committer | schwarze <> | 2025-06-08 22:49:42 +0000 |
commit | 1ecd7acac8e5dc8a20943f79a885e5ce2ac5d7a7 (patch) | |
tree | 451d7552700b5d7450259b0cd1656e7c157ee839 /src/lib/libssl/man | |
parent | 7bbd7bdd73e5101c1e66dbcde0e4619e5b056447 (diff) | |
download | openbsd-1ecd7acac8e5dc8a20943f79a885e5ce2ac5d7a7.tar.gz openbsd-1ecd7acac8e5dc8a20943f79a885e5ce2ac5d7a7.tar.bz2 openbsd-1ecd7acac8e5dc8a20943f79a885e5ce2ac5d7a7.zip |
delete an "intentionally undocumented" comment regarding stuff
that no longer exists, and add .Lb libssl libcrypto;
OK tb@
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r-- | src/lib/libssl/man/SSL_get_version.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/lib/libssl/man/SSL_get_version.3 b/src/lib/libssl/man/SSL_get_version.3 index a6cefb055b..d32dd34e0e 100644 --- a/src/lib/libssl/man/SSL_get_version.3 +++ b/src/lib/libssl/man/SSL_get_version.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_get_version.3,v 1.9 2021/04/15 16:13:22 tb Exp $ | 1 | .\" $OpenBSD: SSL_get_version.3,v 1.10 2025/06/08 22:49:42 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL e417070c Jun 8 11:37:06 2016 -0400 | 2 | .\" full merge up to: OpenSSL e417070c Jun 8 11:37:06 2016 -0400 |
3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 | 3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 |
4 | .\" | 4 | .\" |
@@ -49,21 +49,16 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: April 15 2021 $ | 52 | .Dd $Mdocdate: June 8 2025 $ |
53 | .Dt SSL_GET_VERSION 3 | 53 | .Dt SSL_GET_VERSION 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
56 | .Nm SSL_get_version , | 56 | .Nm SSL_get_version , |
57 | .Nm SSL_is_dtls , | 57 | .Nm SSL_is_dtls , |
58 | .Nm SSL_version | 58 | .Nm SSL_version |
59 | .\" The following are intentionally undocumented because | ||
60 | .\" - the longer term plan is to remove them | ||
61 | .\" - nothing appears to be using them in the wild | ||
62 | .\" - and they have the wrong namespace prefix | ||
63 | .\" Nm TLS1_get_version | ||
64 | .\" Nm TLS1_get_client_version | ||
65 | .Nd get the protocol information of a connection | 59 | .Nd get the protocol information of a connection |
66 | .Sh SYNOPSIS | 60 | .Sh SYNOPSIS |
61 | .Lb libssl libcrypto | ||
67 | .In openssl/ssl.h | 62 | .In openssl/ssl.h |
68 | .Ft const char * | 63 | .Ft const char * |
69 | .Fn SSL_get_version "const SSL *ssl" | 64 | .Fn SSL_get_version "const SSL *ssl" |