diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
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 \ |