diff options
author | schwarze <> | 2016-12-07 15:14:34 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-07 15:14:34 +0000 |
commit | a3359692c2a782c1de9d1c037180a7ca78b9eced (patch) | |
tree | f82a20d29a2d03bac606a4ea50ed004f1f0bc28c /src/lib/libssl/man/Makefile | |
parent | 374bffc049e684c998c0fc37226c949a8c702283 (diff) | |
download | openbsd-a3359692c2a782c1de9d1c037180a7ca78b9eced.tar.gz openbsd-a3359692c2a782c1de9d1c037180a7ca78b9eced.tar.bz2 openbsd-a3359692c2a782c1de9d1c037180a7ca78b9eced.zip |
New SSL_dup_CA_list(3) manual written from scratch.
Mentioned in ssl(3) and <openssl/ssl.h>, so it is public.
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 8e058f005c..ee742bc720 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.46 2016/12/06 23:45:34 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.47 2016/12/07 15:14:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -55,6 +55,7 @@ MAN = BIO_f_ssl.3 \ | |||
55 | SSL_clear.3 \ | 55 | SSL_clear.3 \ |
56 | SSL_connect.3 \ | 56 | SSL_connect.3 \ |
57 | SSL_do_handshake.3 \ | 57 | SSL_do_handshake.3 \ |
58 | SSL_dup_CA_list.3 \ | ||
58 | SSL_free.3 \ | 59 | SSL_free.3 \ |
59 | SSL_get_SSL_CTX.3 \ | 60 | SSL_get_SSL_CTX.3 \ |
60 | SSL_get_ciphers.3 \ | 61 | SSL_get_ciphers.3 \ |