summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-23 17:02:41 +0000
committerschwarze <>2016-12-23 17:02:41 +0000
commitbb637e97b251f6a6f057ccc3095a4ba9581ac8d9 (patch)
tree5c137d9ac22d81b3f966d5c81bb57d3e3974170a /src/lib/libcrypto/man/Makefile
parent2ef9e674d440147afdb3ca73cf9a2f40ea040d2f (diff)
downloadopenbsd-bb637e97b251f6a6f057ccc3095a4ba9581ac8d9.tar.gz
openbsd-bb637e97b251f6a6f057ccc3095a4ba9581ac8d9.tar.bz2
openbsd-bb637e97b251f6a6f057ccc3095a4ba9581ac8d9.zip
Write new BASIC_CONSTRAINTS_new(3) manual from scratch, explaining
the important point of how to distinguish CA certificates from end entity certificates. Both 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 '')
-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 41c850357c..0aed9e0fad 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.92 2016/12/23 15:25:19 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.93 2016/12/23 17:02:41 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -12,6 +12,7 @@ MAN= \
12 ASN1_generate_nconf.3 \ 12 ASN1_generate_nconf.3 \
13 ASN1_time_parse.3 \ 13 ASN1_time_parse.3 \
14 AUTHORITY_KEYID_new.3 \ 14 AUTHORITY_KEYID_new.3 \
15 BASIC_CONSTRAINTS_new.3 \
15 BF_set_key.3 \ 16 BF_set_key.3 \
16 BIO_ctrl.3 \ 17 BIO_ctrl.3 \
17 BIO_f_base64.3 \ 18 BIO_f_base64.3 \