diff options
author | tb <> | 2024-05-12 11:50:36 +0000 |
---|---|---|
committer | tb <> | 2024-05-12 11:50:36 +0000 |
commit | fe90312ca8042d398b30ffbdcde17872aeae05d0 (patch) | |
tree | 8e07fd7ea5e778d339ac90ba5da469a90e540cd4 /src | |
parent | cd8166dc2c800d0b53c88b54d41092e5d18c39d0 (diff) | |
download | openbsd-fe90312ca8042d398b30ffbdcde17872aeae05d0.tar.gz openbsd-fe90312ca8042d398b30ffbdcde17872aeae05d0.tar.bz2 openbsd-fe90312ca8042d398b30ffbdcde17872aeae05d0.zip |
Install X509V3_EXT_get_nid.3
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 \ |