From bb4739c7006a404fe03249e29cfd1b5ffdf69984 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 12 Aug 2017 14:09:34 +0000 Subject: Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting the read accessors we don't have and fixing the prototypes - the data type of each and every argument differs in the OpenSSL manuals. Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@. --- 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 3a704dd5ff..2fcc90eab9 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2017/08/12 12:31:30 schwarze Exp $ +# $OpenBSD: Makefile,v 1.57 2017/08/12 14:09:34 schwarze Exp $ .include @@ -45,6 +45,7 @@ MAN = BIO_f_ssl.3 \ SSL_CTX_set_tmp_dh_callback.3 \ SSL_CTX_set_tmp_rsa_callback.3 \ SSL_CTX_set_verify.3 \ + SSL_CTX_set1_groups.3 \ SSL_CTX_use_certificate.3 \ SSL_SESSION_free.3 \ SSL_SESSION_get_compress_id.3 \ -- cgit v1.2.3-55-g6feb