diff options
| author | schwarze <> | 2017-08-19 23:45:10 +0000 |
|---|---|---|
| committer | schwarze <> | 2017-08-19 23:45:10 +0000 |
| commit | 856196974fc7aa571201ea494f709d9aba1336b1 (patch) | |
| tree | 7eb5b101e7af81442409b4df75e8633842af27ff /src/lib/libssl/man/Makefile | |
| parent | 27d4aca8ca8e17f5e778aa03523f81893f6804f6 (diff) | |
| download | openbsd-856196974fc7aa571201ea494f709d9aba1336b1.tar.gz openbsd-856196974fc7aa571201ea494f709d9aba1336b1.tar.bz2 openbsd-856196974fc7aa571201ea494f709d9aba1336b1.zip | |
Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.
While importing:
* Fix the prototypes, they all contained wrong datatypes.
* Delete SSL3_VERSION which is no longer supported.
* Delete TLS1_3_VERSION and DTLS1_2_VERSION, not yet supported.
* Delete the lie that these would be macros.
* Improve SEE ALSO and HISTORY sections.
Diffstat (limited to 'src/lib/libssl/man/Makefile')
| -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 2fcc90eab9..ab11293d1c 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.57 2017/08/12 14:09:34 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2017/08/19 23:45:10 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -30,6 +30,7 @@ MAN = BIO_f_ssl.3 \ | |||
| 30 | SSL_CTX_set_generate_session_id.3 \ | 30 | SSL_CTX_set_generate_session_id.3 \ |
| 31 | SSL_CTX_set_info_callback.3 \ | 31 | SSL_CTX_set_info_callback.3 \ |
| 32 | SSL_CTX_set_max_cert_list.3 \ | 32 | SSL_CTX_set_max_cert_list.3 \ |
| 33 | SSL_CTX_set_min_proto_version.3 \ | ||
| 33 | SSL_CTX_set_mode.3 \ | 34 | SSL_CTX_set_mode.3 \ |
| 34 | SSL_CTX_set_msg_callback.3 \ | 35 | SSL_CTX_set_msg_callback.3 \ |
| 35 | SSL_CTX_set_options.3 \ | 36 | SSL_CTX_set_options.3 \ |
