diff options
| author | schwarze <> | 2017-08-12 14:09:34 +0000 |
|---|---|---|
| committer | schwarze <> | 2017-08-12 14:09:34 +0000 |
| commit | bb4739c7006a404fe03249e29cfd1b5ffdf69984 (patch) | |
| tree | 37a9c013f79b93ef88369b171f9cbd319dd5392c /src/lib/libssl/man/Makefile | |
| parent | 0e936765e067e8a9ef5b57fdc9755a3417d46b12 (diff) | |
| download | openbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.tar.gz openbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.tar.bz2 openbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.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 \ |
