summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-26 18:52:51 +0000
committerschwarze <>2016-12-26 18:52:51 +0000
commitc25bad99528b9a76ab7fcb48adfe7179287ca113 (patch)
tree3c0584ff428a6401d9a85fbd68ebf293aa078c08 /src/lib/libcrypto/man/Makefile
parent9e8fcabc0b4653293d54744c66cab5b55837936a (diff)
downloadopenbsd-c25bad99528b9a76ab7fcb48adfe7179287ca113.tar.gz
openbsd-c25bad99528b9a76ab7fcb48adfe7179287ca113.tar.bz2
openbsd-c25bad99528b9a76ab7fcb48adfe7179287ca113.zip
Write the missing d2i_PKCS7(3) manual page from scratch.
It is already referenced by one other manual page. All these functions are listed in <openssl/pkcs7.h> and in OpenSSL doc/man3/d2i_X509.pod.
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 f260c0d4ee..7a37101828 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.102 2016/12/26 18:04:45 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.103 2016/12/26 18:52:51 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -232,6 +232,7 @@ MAN= \
232 d2i_DSAPublicKey.3 \ 232 d2i_DSAPublicKey.3 \
233 d2i_ECPKParameters.3 \ 233 d2i_ECPKParameters.3 \
234 d2i_PKCS12.3 \ 234 d2i_PKCS12.3 \
235 d2i_PKCS7.3 \
235 d2i_PKCS8PrivateKey_bio.3 \ 236 d2i_PKCS8PrivateKey_bio.3 \
236 d2i_PrivateKey.3 \ 237 d2i_PrivateKey.3 \
237 d2i_RSAPublicKey.3 \ 238 d2i_RSAPublicKey.3 \