summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-01-05 22:38:04 +0000
committerschwarze <>2017-01-05 22:38:04 +0000
commitae8f0c69c912ed337d2c865c8c3ea625f965ceb9 (patch)
tree73d5549130ee3a18d984305d67f10ba403d37972 /src/lib/libcrypto/man/Makefile
parent24bd0c62d7cee5a02429b55d731cc85fb5d5e33d (diff)
downloadopenbsd-ae8f0c69c912ed337d2c865c8c3ea625f965ceb9.tar.gz
openbsd-ae8f0c69c912ed337d2c865c8c3ea625f965ceb9.tar.bz2
openbsd-ae8f0c69c912ed337d2c865c8c3ea625f965ceb9.zip
Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch.
All 36 functions listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod, six of them with wrong prototypes.
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 0654dde9c0..42ec3807a2 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.110 2017/01/04 21:14:26 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.111 2017/01/05 22:38:04 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -229,6 +229,7 @@ MAN= \
229 crypto.3 \ 229 crypto.3 \
230 d2i_ASN1_NULL.3 \ 230 d2i_ASN1_NULL.3 \
231 d2i_ASN1_OBJECT.3 \ 231 d2i_ASN1_OBJECT.3 \
232 d2i_ASN1_OCTET_STRING.3 \
232 d2i_ASN1_SEQUENCE_ANY.3 \ 233 d2i_ASN1_SEQUENCE_ANY.3 \
233 d2i_AUTHORITY_KEYID.3 \ 234 d2i_AUTHORITY_KEYID.3 \
234 d2i_BASIC_CONSTRAINTS.3 \ 235 d2i_BASIC_CONSTRAINTS.3 \