diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-22 06:35:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-22 06:35:00 +0000 |
commit | eb87771128bd32cb8cb7ba723d861568bf8412c7 (patch) | |
tree | 7ada17384ee8dc608dd2ebfc40ba242529178982 /lib/libcrypto/man/Makefile | |
parent | b677d0bdc80c2e743f0dd844d44fe84b5e243027 (diff) |
Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 1039aa0bf08..99e1af1698a 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.255 2023/07/21 04:50:47 tb Exp $ +# $OpenBSD: Makefile,v 1.256 2023/07/22 06:34:59 tb Exp $ .include <bsd.own.mk> @@ -214,8 +214,8 @@ MAN= \ MD5.3 \ NAME_CONSTRAINTS_new.3 \ OBJ_NAME_add.3 \ - OBJ_add_sigid.3 \ OBJ_create.3 \ + OBJ_find_sigid_algs.3 \ OBJ_nid2obj.3 \ OCSP_CRLID_new.3 \ OCSP_REQUEST_new.3 \ |