diff options
| author | schwarze <> | 2018-02-18 23:34:01 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-02-18 23:34:01 +0000 |
| commit | 4a908045e56e3c83995034233c478adfcf0e2206 (patch) | |
| tree | c07ba7520a7de4c358d47a41c565a9ff935ed1f3 /src/lib/libssl/man/Makefile | |
| parent | 485025f81a33c7beb4a855ed422c1fe276b4ac53 (diff) | |
| download | openbsd-4a908045e56e3c83995034233c478adfcf0e2206.tar.gz openbsd-4a908045e56e3c83995034233c478adfcf0e2206.tar.bz2 openbsd-4a908045e56e3c83995034233c478adfcf0e2206.zip | |
In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,
jsing@ provided SSL_get_client_random(3), SSL_get_server_random(3), and
SSL_SESSION_get_master_key(3). Import the documentation from OpenSSL,
with some tweaks.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 963e1037e9..413d77c0a7 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.60 2018/02/18 22:18:59 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.61 2018/02/18 23:34:01 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -72,6 +72,7 @@ MAN = BIO_f_ssl.3 \ | |||
| 72 | SSL_get_certificate.3 \ | 72 | SSL_get_certificate.3 \ |
| 73 | SSL_get_ciphers.3 \ | 73 | SSL_get_ciphers.3 \ |
| 74 | SSL_get_client_CA_list.3 \ | 74 | SSL_get_client_CA_list.3 \ |
| 75 | SSL_get_client_random.3 \ | ||
| 75 | SSL_get_current_cipher.3 \ | 76 | SSL_get_current_cipher.3 \ |
| 76 | SSL_get_default_timeout.3 \ | 77 | SSL_get_default_timeout.3 \ |
| 77 | SSL_get_error.3 \ | 78 | SSL_get_error.3 \ |
