diff options
author | tb <> | 2023-09-25 12:00:49 +0000 |
---|---|---|
committer | tb <> | 2023-09-25 12:00:49 +0000 |
commit | 87f4e679b28a61c8b0d86b06035af80f721af97b (patch) | |
tree | 6233d12134f24c4e92f64858cd44259adbea3a66 /src | |
parent | 3f17bba4834b5a146a55e937d801550cb1bc510e (diff) | |
download | openbsd-87f4e679b28a61c8b0d86b06035af80f721af97b.tar.gz openbsd-87f4e679b28a61c8b0d86b06035af80f721af97b.tar.bz2 openbsd-87f4e679b28a61c8b0d86b06035af80f721af97b.zip |
sort
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 2ccc06895f..957e8a4cef 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.270 2023/09/25 11:59:10 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.271 2023/09/25 12:00:49 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -6,7 +6,6 @@ MAN= \ | |||
6 | ACCESS_DESCRIPTION_new.3 \ | 6 | ACCESS_DESCRIPTION_new.3 \ |
7 | AES_encrypt.3 \ | 7 | AES_encrypt.3 \ |
8 | ASIdentifiers_new.3 \ | 8 | ASIdentifiers_new.3 \ |
9 | ASRange_new.3 \ | ||
10 | ASN1_BIT_STRING_set.3 \ | 9 | ASN1_BIT_STRING_set.3 \ |
11 | ASN1_INTEGER_get.3 \ | 10 | ASN1_INTEGER_get.3 \ |
12 | ASN1_NULL_new.3 \ | 11 | ASN1_NULL_new.3 \ |
@@ -31,6 +30,7 @@ MAN= \ | |||
31 | ASN1_parse_dump.3 \ | 30 | ASN1_parse_dump.3 \ |
32 | ASN1_put_object.3 \ | 31 | ASN1_put_object.3 \ |
33 | ASN1_time_parse.3 \ | 32 | ASN1_time_parse.3 \ |
33 | ASRange_new.3 \ | ||
34 | AUTHORITY_KEYID_new.3 \ | 34 | AUTHORITY_KEYID_new.3 \ |
35 | BASIC_CONSTRAINTS_new.3 \ | 35 | BASIC_CONSTRAINTS_new.3 \ |
36 | BF_set_key.3 \ | 36 | BF_set_key.3 \ |