diff options
author | tb <> | 2025-01-22 15:20:47 +0000 |
---|---|---|
committer | tb <> | 2025-01-22 15:20:47 +0000 |
commit | 0a79042490ca8b946a5dddbcb64fe144470ef080 (patch) | |
tree | 8859013ce1577391271c07600d573529edc5dce0 /src/regress/lib | |
parent | c4e7df619cb0e7803a37df5ac9f37666491a02f5 (diff) | |
download | openbsd-0a79042490ca8b946a5dddbcb64fe144470ef080.tar.gz openbsd-0a79042490ca8b946a5dddbcb64fe144470ef080.tar.bz2 openbsd-0a79042490ca8b946a5dddbcb64fe144470ef080.zip |
ectest: remove unused defines
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 427d1504b4..b7207607a4 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ectest.c,v 1.31 2025/01/22 15:20:06 tb Exp $ */ | 1 | /* $OpenBSD: ectest.c,v 1.32 2025/01/22 15:20:47 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -88,10 +88,6 @@ | |||
88 | exit(1); \ | 88 | exit(1); \ |
89 | } while (0) | 89 | } while (0) |
90 | 90 | ||
91 | #define TIMING_BASE_PT 0 | ||
92 | #define TIMING_RAND_PT 1 | ||
93 | #define TIMING_SIMUL 2 | ||
94 | |||
95 | /* test multiplication with group order, long and negative scalars */ | 91 | /* test multiplication with group order, long and negative scalars */ |
96 | static void | 92 | static void |
97 | group_order_tests(EC_GROUP *group, BN_CTX *ctx) | 93 | group_order_tests(EC_GROUP *group, BN_CTX *ctx) |