summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-23 17:41:29 +0000
committerschwarze <>2016-12-23 17:41:29 +0000
commit6f08751e5891d92bd46f6a3e3985cc414a7326cb (patch)
tree505904361395693d948d573e47c27538053c2af9 /src/lib/libcrypto/man/Makefile
parentbb637e97b251f6a6f057ccc3095a4ba9581ac8d9 (diff)
downloadopenbsd-6f08751e5891d92bd46f6a3e3985cc414a7326cb.tar.gz
openbsd-6f08751e5891d92bd46f6a3e3985cc414a7326cb.tar.bz2
openbsd-6f08751e5891d92bd46f6a3e3985cc414a7326cb.zip
Write new NAME_CONSTRAINTS_new(3) manual page from scratch.
These functions are 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 0aed9e0fad..e715e8bf2d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.93 2016/12/23 17:02:41 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.94 2016/12/23 17:41:29 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -126,6 +126,7 @@ MAN= \
126 GENERAL_NAME_new.3 \ 126 GENERAL_NAME_new.3 \
127 HMAC.3 \ 127 HMAC.3 \
128 MD5.3 \ 128 MD5.3 \
129 NAME_CONSTRAINTS_new.3 \
129 OBJ_nid2obj.3 \ 130 OBJ_nid2obj.3 \
130 OCSP_CRLID_new.3 \ 131 OCSP_CRLID_new.3 \
131 OCSP_REQUEST_new.3 \ 132 OCSP_REQUEST_new.3 \