From 8ef887a4dbce66cf975e69b9ab3f8f214be85cac 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/ssl.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/man/ssl.3') diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index c01bddd0df..031df50190 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.3,v 1.8 2017/08/12 12:31:30 schwarze Exp $ +.\" $OpenBSD: ssl.3,v 1.9 2017/08/12 14:09:34 schwarze Exp $ .\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 .\" .\" This file was written by Ralf S. Engelschall , @@ -221,6 +221,7 @@ Configuration functions: .Xr SSL_CTX_set_tmp_dh_callback 3 , .Xr SSL_CTX_set_tmp_rsa_callback 3 , .Xr SSL_CTX_set_verify 3 , +.Xr SSL_CTX_set1_groups 3 , .Xr SSL_CTX_use_certificate 3 , .Xr SSL_set_tmp_ecdh 3 , .Xr SSL_set1_param 3 -- cgit v1.2.3-55-g6feb