summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 3c14577966..f6c0ef249a 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.65 2016/12/05 16:13:19 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.66 2016/12/05 18:24:08 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -190,8 +190,14 @@ MAN= \
190 X509_check_ca.3 \ 190 X509_check_ca.3 \
191 X509_check_host.3 \ 191 X509_check_host.3 \
192 X509_check_issued.3 \ 192 X509_check_issued.3 \
193 X509_get_pubkey.3 \
194 X509_get_serialNumber.3 \
195 X509_get_subject_name.3 \
196 X509_get_version.3 \
193 X509_new.3 \ 197 X509_new.3 \
198 X509_sign.3 \
194 X509_verify_cert.3 \ 199 X509_verify_cert.3 \
200 X509v3_get_ext_by_NID.3 \
195 bn.3 \ 201 bn.3 \
196 bn_dump.3 \ 202 bn_dump.3 \
197 crypto.3 \ 203 crypto.3 \