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
commitd5756eb9b272a47d9ca320244cea35a793b391b1 (patch)
tree505904361395693d948d573e47c27538053c2af9 /src/lib/libcrypto/man/Makefile
parentb9b704e52e589ae443e082566d51bb89232b01ee (diff)
downloadopenbsd-d5756eb9b272a47d9ca320244cea35a793b391b1.tar.gz
openbsd-d5756eb9b272a47d9ca320244cea35a793b391b1.tar.bz2
openbsd-d5756eb9b272a47d9ca320244cea35a793b391b1.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 \