summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-23 18:50:23 +0000
committerschwarze <>2016-12-23 18:50:23 +0000
commit080cb79e340f5ae69907f16710758bcc2c19b7d7 (patch)
tree8a8c859ce12e16ce08480c7492a23e2150ff1e22 /src/lib/libcrypto/man/Makefile
parent6f08751e5891d92bd46f6a3e3985cc414a7326cb (diff)
downloadopenbsd-080cb79e340f5ae69907f16710758bcc2c19b7d7.tar.gz
openbsd-080cb79e340f5ae69907f16710758bcc2c19b7d7.tar.bz2
openbsd-080cb79e340f5ae69907f16710758bcc2c19b7d7.zip
Write new POLICYINFO_new(3) manual page from scratch; i can't say that
i particularly like these fourteen functions, but they are all 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 e715e8bf2d..a29fb912ec 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.94 2016/12/23 17:41:29 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.95 2016/12/23 18:50:23 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -158,6 +158,7 @@ MAN= \
158 PKCS7_sign_add_signer.3 \ 158 PKCS7_sign_add_signer.3 \
159 PKCS7_verify.3 \ 159 PKCS7_verify.3 \
160 PKCS8_PRIV_KEY_INFO_new.3 \ 160 PKCS8_PRIV_KEY_INFO_new.3 \
161 POLICYINFO_new.3 \
161 RAND_add.3 \ 162 RAND_add.3 \
162 RAND_bytes.3 \ 163 RAND_bytes.3 \
163 RAND_load_file.3 \ 164 RAND_load_file.3 \