diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-22 22:41:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-22 22:41:02 +0000 |
commit | ef1a18fa33cff87053d73c7e29024ca7ae1d1491 (patch) | |
tree | 4c042b146d86171e93f1b0c24143410a2e8f74e7 /lib | |
parent | bf32577c2387b71144af4e1bb9940919fde20a75 (diff) |
remove duplicate X509v3_asid_add_id_or_range.3 line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index a6a3cf78fcd..1519b3daca0 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.294 2024/09/02 08:04:32 tb Exp $ +# $OpenBSD: Makefile,v 1.295 2024/10/22 22:41:01 jsg Exp $ .include <bsd.own.mk> @@ -381,7 +381,6 @@ MAN= \ X509v3_addr_subset.3 \ X509v3_addr_validate_path.3 \ X509v3_asid_add_id_or_range.3 \ - X509v3_asid_add_id_or_range.3 \ X509v3_get_ext_by_NID.3 \ a2d_ASN1_OBJECT.3 \ crypto.3 \ |