diff options
author | schwarze <> | 2020-09-20 10:20:44 +0000 |
---|---|---|
committer | schwarze <> | 2020-09-20 10:20:44 +0000 |
commit | 0a7afeae06c69c09fad3e24ba5446736b204958d (patch) | |
tree | ffd4a2f9130eb4579ca47dcacc98f10e99e77190 /src/lib/libssl/man/Makefile | |
parent | 2c31c1e37e57201209afec96b54cdeb030f05c73 (diff) | |
download | openbsd-0a7afeae06c69c09fad3e24ba5446736b204958d.tar.gz openbsd-0a7afeae06c69c09fad3e24ba5446736b204958d.tar.bz2 openbsd-0a7afeae06c69c09fad3e24ba5446736b204958d.zip |
Document the public function SSL_set_SSL_CTX(3) from scratch,
which is undocumented in OpenSSL but mentioned in passing in one
OpenSSL manual page, and which was recently mentioned by jsing@ when
working on SSL_set_ciphersuites(3).
With corrections from and OK inoguchi@.
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 0ea04a3077..f8e5cffd59 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.67 2020/09/17 08:04:22 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.68 2020/09/20 10:20:43 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -104,6 +104,7 @@ MAN = BIO_f_ssl.3 \ | |||
104 | SSL_session_reused.3 \ | 104 | SSL_session_reused.3 \ |
105 | SSL_set1_host.3 \ | 105 | SSL_set1_host.3 \ |
106 | SSL_set1_param.3 \ | 106 | SSL_set1_param.3 \ |
107 | SSL_set_SSL_CTX.3 \ | ||
107 | SSL_set_bio.3 \ | 108 | SSL_set_bio.3 \ |
108 | SSL_set_connect_state.3 \ | 109 | SSL_set_connect_state.3 \ |
109 | SSL_set_fd.3 \ | 110 | SSL_set_fd.3 \ |