summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-05-12 11:50:36 +0000
committertb <>2024-05-12 11:50:36 +0000
commitcbad12f258572c3efe472bd3bd3191912a0d680e (patch)
tree8e07fd7ea5e778d339ac90ba5da469a90e540cd4 /src
parentfbe6d90bee35015432bebfd3c0a09782a7fcefc5 (diff)
downloadopenbsd-cbad12f258572c3efe472bd3bd3191912a0d680e.tar.gz
openbsd-cbad12f258572c3efe472bd3bd3191912a0d680e.tar.bz2
openbsd-cbad12f258572c3efe472bd3bd3191912a0d680e.zip
Install X509V3_EXT_get_nid.3
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 5f213edcd9..a406bc5604 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.286 2024/03/06 02:34:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.287 2024/05/12 11:50:36 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -304,6 +304,7 @@ MAN= \
304 UI_get_string_type.3 \ 304 UI_get_string_type.3 \
305 UI_new.3 \ 305 UI_new.3 \
306 X25519.3 \ 306 X25519.3 \
307 X509V3_EXT_get_nid.3 \
307 X509V3_EXT_print.3 \ 308 X509V3_EXT_print.3 \
308 X509V3_extensions_print.3 \ 309 X509V3_extensions_print.3 \
309 X509V3_get_d2i.3 \ 310 X509V3_get_d2i.3 \