diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 12:00:50 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 12:00:50 +0000 |
commit | 5e59abdd48714b1d735834d3fab2febefbff287e (patch) | |
tree | 9f3f3a3481acb033c62e63296933125a8ac8cc2f /lib | |
parent | 0a212737c8bc89ead3130e091ec6487dcafbebb4 (diff) |
sort
Diffstat (limited to 'lib')
-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 2ccc06895f2..957e8a4cefe 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.270 2023/09/25 11:59:10 tb Exp $ +# $OpenBSD: Makefile,v 1.271 2023/09/25 12:00:49 tb Exp $ .include <bsd.own.mk> @@ -6,7 +6,6 @@ MAN= \ ACCESS_DESCRIPTION_new.3 \ AES_encrypt.3 \ ASIdentifiers_new.3 \ - ASRange_new.3 \ ASN1_BIT_STRING_set.3 \ ASN1_INTEGER_get.3 \ ASN1_NULL_new.3 \ @@ -31,6 +30,7 @@ MAN= \ ASN1_parse_dump.3 \ ASN1_put_object.3 \ ASN1_time_parse.3 \ + ASRange_new.3 \ AUTHORITY_KEYID_new.3 \ BASIC_CONSTRAINTS_new.3 \ BF_set_key.3 \ |