From bfd27824b943b6045fabc1f6650da87562ce625d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 23 Dec 2016 23:50:04 +0000 Subject: Write new PKEY_USAGE_PERIOD_new(3) manual page from scratch, documenting the dubious RFC 3280 PrivateKeyUsagePeriod extension. Both functions are listed in and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.98 2016/12/23 23:19:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.99 2016/12/23 23:50:04 schwarze Exp $ .include @@ -160,6 +160,7 @@ MAN= \ PKCS7_sign_add_signer.3 \ PKCS7_verify.3 \ PKCS8_PRIV_KEY_INFO_new.3 \ + PKEY_USAGE_PERIOD_new.3 \ POLICYINFO_new.3 \ PROXY_POLICY_new.3 \ RAND_add.3 \ -- cgit v1.2.3-55-g6feb