diff options
author | schwarze <> | 2017-08-12 14:09:34 +0000 |
---|---|---|
committer | schwarze <> | 2017-08-12 14:09:34 +0000 |
commit | 8ef887a4dbce66cf975e69b9ab3f8f214be85cac (patch) | |
tree | 37a9c013f79b93ef88369b171f9cbd319dd5392c /src/lib/libssl/man/Makefile | |
parent | 20d1bc3a6c917bf8b404d9b5a7a559199eb00e34 (diff) | |
download | openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.tar.gz openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.tar.bz2 openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.zip |
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@.
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 3a704dd5ff..2fcc90eab9 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.56 2017/08/12 12:31:30 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2017/08/12 14:09:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -45,6 +45,7 @@ MAN = BIO_f_ssl.3 \ | |||
45 | SSL_CTX_set_tmp_dh_callback.3 \ | 45 | SSL_CTX_set_tmp_dh_callback.3 \ |
46 | SSL_CTX_set_tmp_rsa_callback.3 \ | 46 | SSL_CTX_set_tmp_rsa_callback.3 \ |
47 | SSL_CTX_set_verify.3 \ | 47 | SSL_CTX_set_verify.3 \ |
48 | SSL_CTX_set1_groups.3 \ | ||
48 | SSL_CTX_use_certificate.3 \ | 49 | SSL_CTX_use_certificate.3 \ |
49 | SSL_SESSION_free.3 \ | 50 | SSL_SESSION_free.3 \ |
50 | SSL_SESSION_get_compress_id.3 \ | 51 | SSL_SESSION_get_compress_id.3 \ |