summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-29 17:42:54 +0000
committerschwarze <>2016-12-29 17:42:54 +0000
commit7781532a7e07551fc711f0c428ef7e10c94c290d (patch)
treea26479fd9a167a31fb644c2e1751b1b81c7e7d4c /src/lib/libcrypto/man/Makefile
parentc676033a384662fb10e10ac441942e4d0a902014 (diff)
downloadopenbsd-7781532a7e07551fc711f0c428ef7e10c94c290d.tar.gz
openbsd-7781532a7e07551fc711f0c428ef7e10c94c290d.tar.bz2
openbsd-7781532a7e07551fc711f0c428ef7e10c94c290d.zip
Write d2i_ASN1_NULL(3) manual page from scratch.
Both functions are listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod. After reading the code, i'm not amused. You wouldn't think that it might take eight stack levels to decode a constant sixteen bit value that does not even allow a single content octet, or would you? Nota bene, this is an average of four stack levels for each non-zero bit decoded... :-(
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 6065762acd..c6443f3e3f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.108 2016/12/28 20:36:33 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.109 2016/12/29 17:42:54 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -227,6 +227,7 @@ MAN= \
227 X509_verify_cert.3 \ 227 X509_verify_cert.3 \
228 X509v3_get_ext_by_NID.3 \ 228 X509v3_get_ext_by_NID.3 \
229 crypto.3 \ 229 crypto.3 \
230 d2i_ASN1_NULL.3 \
230 d2i_ASN1_OBJECT.3 \ 231 d2i_ASN1_OBJECT.3 \
231 d2i_AUTHORITY_KEYID.3 \ 232 d2i_AUTHORITY_KEYID.3 \
232 d2i_BASIC_CONSTRAINTS.3 \ 233 d2i_BASIC_CONSTRAINTS.3 \