From 856196974fc7aa571201ea494f709d9aba1336b1 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 19 Aug 2017 23:45:10 +0000 Subject: 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. --- src/lib/libssl/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.57 2017/08/12 14:09:34 schwarze Exp $ +# $OpenBSD: Makefile,v 1.58 2017/08/19 23:45:10 schwarze Exp $ .include @@ -30,6 +30,7 @@ MAN = BIO_f_ssl.3 \ SSL_CTX_set_generate_session_id.3 \ SSL_CTX_set_info_callback.3 \ SSL_CTX_set_max_cert_list.3 \ + SSL_CTX_set_min_proto_version.3 \ SSL_CTX_set_mode.3 \ SSL_CTX_set_msg_callback.3 \ SSL_CTX_set_options.3 \ -- cgit v1.2.3-55-g6feb