diff options
author | tb <> | 2025-06-14 09:36:59 +0000 |
---|---|---|
committer | tb <> | 2025-06-14 09:36:59 +0000 |
commit | 8a2e8ae318a9c09e1927c3ee1feed2bc1c8e3daa (patch) | |
tree | 62089a85091a98643a3eebc2524d6dfa71636e7c /src | |
parent | e5a554b79b2bc282794430de6918d535b52eb82c (diff) | |
download | openbsd-8a2e8ae318a9c09e1927c3ee1feed2bc1c8e3daa.tar.gz openbsd-8a2e8ae318a9c09e1927c3ee1feed2bc1c8e3daa.tar.bz2 openbsd-8a2e8ae318a9c09e1927c3ee1feed2bc1c8e3daa.zip |
ec_asn1_test: be better at sorting
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ec_asn1_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ec/ec_asn1_test.c b/src/regress/lib/libcrypto/ec/ec_asn1_test.c index a4066ae732..7dfe0012af 100644 --- a/src/regress/lib/libcrypto/ec/ec_asn1_test.c +++ b/src/regress/lib/libcrypto/ec/ec_asn1_test.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* $OpenBSD: ec_asn1_test.c,v 1.34 2025/06/14 07:50:37 tb Exp $ */ | 1 | /* $OpenBSD: ec_asn1_test.c,v 1.35 2025/06/14 09:36:59 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017, 2021 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017, 2021 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2024, 2025 Theo Buehler <tb@openbsd.org> |
5 | * | 5 | * |
6 | * Permission to use, copy, modify, and distribute this software for any | 6 | * Permission to use, copy, modify, and distribute this software for any |
7 | * purpose with or without fee is hereby granted, provided that the above | 7 | * purpose with or without fee is hereby granted, provided that the above |
@@ -20,8 +20,8 @@ | |||
20 | #include <string.h> | 20 | #include <string.h> |
21 | 21 | ||
22 | #include <openssl/bio.h> | 22 | #include <openssl/bio.h> |
23 | #include <openssl/err.h> | ||
24 | #include <openssl/ec.h> | 23 | #include <openssl/ec.h> |
24 | #include <openssl/err.h> | ||
25 | #include <openssl/objects.h> | 25 | #include <openssl/objects.h> |
26 | #include <openssl/sha.h> | 26 | #include <openssl/sha.h> |
27 | 27 | ||