summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 3b13fc912a..907ae2d988 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.191 2021/10/18 14:46:37 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.192 2021/10/19 10:55:57 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -292,6 +292,7 @@ MAN= \
292 X509_NAME_new.3 \ 292 X509_NAME_new.3 \
293 X509_NAME_print_ex.3 \ 293 X509_NAME_print_ex.3 \
294 X509_OBJECT_get0_X509.3 \ 294 X509_OBJECT_get0_X509.3 \
295 X509_PKEY_new.3 \
295 X509_PUBKEY_new.3 \ 296 X509_PUBKEY_new.3 \
296 X509_PURPOSE_set.3 \ 297 X509_PURPOSE_set.3 \
297 X509_REQ_new.3 \ 298 X509_REQ_new.3 \