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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 4e7789dbb1..039a950d38 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.204 2021/10/26 18:11:04 tb Exp $ 1# $OpenBSD: Makefile,v 1.205 2021/10/27 14:54:07 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -304,6 +304,7 @@ MAN= \
304 X509_PUBKEY_new.3 \ 304 X509_PUBKEY_new.3 \
305 X509_PURPOSE_set.3 \ 305 X509_PURPOSE_set.3 \
306 X509_REQ_add1_attr.3 \ 306 X509_REQ_add1_attr.3 \
307 X509_REQ_add_extensions.3 \
307 X509_REQ_new.3 \ 308 X509_REQ_new.3 \
308 X509_REVOKED_new.3 \ 309 X509_REVOKED_new.3 \
309 X509_SIG_get0.3 \ 310 X509_SIG_get0.3 \