summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-16 09:17:59 +0000
committerschwarze <>2016-12-16 09:17:59 +0000
commitb6f2fe7fe49be22f3680bccdb75e67f135992ab3 (patch)
tree49762028dc5a2c0a8461a87adc42630825e14b39 /src/lib/libcrypto/man/Makefile
parent54b3e6b8af0c5109d1b871f874b3983dda5f9adb (diff)
downloadopenbsd-b6f2fe7fe49be22f3680bccdb75e67f135992ab3.tar.gz
openbsd-b6f2fe7fe49be22f3680bccdb75e67f135992ab3.tar.bz2
openbsd-b6f2fe7fe49be22f3680bccdb75e67f135992ab3.zip
Write new X509_CINF_new(3) manual page from scratch. These functions
are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the 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 59cf7e6bce..186ca5229e 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.79 2016/12/14 15:04:13 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.80 2016/12/16 09:17:59 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -177,6 +177,7 @@ MAN= \
177 UI_new.3 \ 177 UI_new.3 \
178 X509V3_get_d2i.3 \ 178 X509V3_get_d2i.3 \
179 X509_ALGOR_dup.3 \ 179 X509_ALGOR_dup.3 \
180 X509_CINF_new.3 \
180 X509_CRL_get0_by_serial.3 \ 181 X509_CRL_get0_by_serial.3 \
181 X509_EXTENSION_set_object.3 \ 182 X509_EXTENSION_set_object.3 \
182 X509_LOOKUP_hash_dir.3 \ 183 X509_LOOKUP_hash_dir.3 \