diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-05 18:24:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-05 18:24:09 +0000 |
commit | 3016a4216efd18929764e1b4aee16145059957c2 (patch) | |
tree | 8715dd125f866252650026c26cb39114f7b102ef /lib/libcrypto/man/Makefile | |
parent | 8e49f5a944f6b9e6bed576be82dce47452db826c (diff) |
import the relevant parts of six more X509 manuals from OpenSSL
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 3c14577966c..f6c0ef249aa 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2016/12/05 16:13:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.66 2016/12/05 18:24:08 schwarze Exp $ .include <bsd.own.mk> @@ -190,8 +190,14 @@ MAN= \ X509_check_ca.3 \ X509_check_host.3 \ X509_check_issued.3 \ + X509_get_pubkey.3 \ + X509_get_serialNumber.3 \ + X509_get_subject_name.3 \ + X509_get_version.3 \ X509_new.3 \ + X509_sign.3 \ X509_verify_cert.3 \ + X509v3_get_ext_by_NID.3 \ bn.3 \ bn_dump.3 \ crypto.3 \ |