diff options
| author | schwarze <> | 2016-12-07 15:14:34 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-07 15:14:34 +0000 |
| commit | 64b0343cff6afd2f4b4392cf6458096a6767b2c7 (patch) | |
| tree | f82a20d29a2d03bac606a4ea50ed004f1f0bc28c /src/lib/libssl/man/Makefile | |
| parent | db02606f157da5275aca47a5439aa437a6ccc580 (diff) | |
| download | openbsd-64b0343cff6afd2f4b4392cf6458096a6767b2c7.tar.gz openbsd-64b0343cff6afd2f4b4392cf6458096a6767b2c7.tar.bz2 openbsd-64b0343cff6afd2f4b4392cf6458096a6767b2c7.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 \ |
