summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-22 12:10:06 +0000
committerschwarze <>2016-12-22 12:10:06 +0000
commita3f2da1c7417f532b6efe49311deecce739c3016 (patch)
treeef87818c008b7cf3069c46f2f6a50d00c0b5c323 /src/lib/libcrypto/man/Makefile
parentd1989697283bac892dc967b0acd2633dcdb26c51 (diff)
downloadopenbsd-a3f2da1c7417f532b6efe49311deecce739c3016.tar.gz
openbsd-a3f2da1c7417f532b6efe49311deecce739c3016.tar.bz2
openbsd-a3f2da1c7417f532b6efe49311deecce739c3016.zip
Write new PKCS8_PRIV_KEY_INFO_new(3) manual page from scratch.
Both functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that 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 00460281c0..ff4607ac3d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.84 2016/12/17 14:51:09 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.85 2016/12/22 12:10:06 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -150,6 +150,7 @@ MAN= \
150 PKCS7_sign.3 \ 150 PKCS7_sign.3 \
151 PKCS7_sign_add_signer.3 \ 151 PKCS7_sign_add_signer.3 \
152 PKCS7_verify.3 \ 152 PKCS7_verify.3 \
153 PKCS8_PRIV_KEY_INFO_new.3 \
153 RAND_add.3 \ 154 RAND_add.3 \
154 RAND_bytes.3 \ 155 RAND_bytes.3 \
155 RAND_load_file.3 \ 156 RAND_load_file.3 \