diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-05 15:56:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-05 15:56:47 +0000 |
commit | 7191c14c14ef17e16afe4190e158721f0cfdbe40 (patch) | |
tree | d7c8ccec0395950da6cfae0db7c9be58c1c3f649 /lib/libcrypto/man/Makefile | |
parent | e0938d2a148a83b10aee6fc6f63b6afebd4e2d6e (diff) |
import three X509_check_*(3) manuals from OpenSSL
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 8491e94fa00..63b97d44ae2 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2016/12/05 12:50:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.64 2016/12/05 15:56:46 schwarze Exp $ .include <bsd.own.mk> @@ -186,6 +186,9 @@ MAN= \ X509_STORE_CTX_set_verify_cb.3 \ X509_STORE_set_verify_cb_func.3 \ X509_VERIFY_PARAM_set_flags.3 \ + X509_check_ca.3 \ + X509_check_host.3 \ + X509_check_issued.3 \ X509_new.3 \ X509_verify_cert.3 \ bn.3 \ |