summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-23 23:50:04 +0000
committerschwarze <>2016-12-23 23:50:04 +0000
commit925641e70a88733e694dd153f40f2749bfba37fc (patch)
tree7673a40c929f25be14c510ff9a5d4ba26606671c /src/lib/libcrypto/man/Makefile
parentab2a887f7b7ef26b7470436c6665d6d8394ba4d1 (diff)
downloadopenbsd-925641e70a88733e694dd153f40f2749bfba37fc.tar.gz
openbsd-925641e70a88733e694dd153f40f2749bfba37fc.tar.bz2
openbsd-925641e70a88733e694dd153f40f2749bfba37fc.zip
Write new PKEY_USAGE_PERIOD_new(3) manual page from scratch,
documenting the dubious RFC 3280 PrivateKeyUsagePeriod extension. Both functions are listed in <openssl/x509v3.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 5f6719c73a..191f3f2882 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.98 2016/12/23 23:19:57 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.99 2016/12/23 23:50:04 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -160,6 +160,7 @@ MAN= \
160 PKCS7_sign_add_signer.3 \ 160 PKCS7_sign_add_signer.3 \
161 PKCS7_verify.3 \ 161 PKCS7_verify.3 \
162 PKCS8_PRIV_KEY_INFO_new.3 \ 162 PKCS8_PRIV_KEY_INFO_new.3 \
163 PKEY_USAGE_PERIOD_new.3 \
163 POLICYINFO_new.3 \ 164 POLICYINFO_new.3 \
164 PROXY_POLICY_new.3 \ 165 PROXY_POLICY_new.3 \
165 RAND_add.3 \ 166 RAND_add.3 \