diff options
Diffstat (limited to 'src')
-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) |