diff options
| author | tb <> | 2025-01-22 15:20:47 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-22 15:20:47 +0000 |
| commit | cf4932e0a27405a30b4378196ccfcbdcaab01d0b (patch) | |
| tree | 8859013ce1577391271c07600d573529edc5dce0 /src/regress/lib/libc | |
| parent | 2090c41952ff07c8a6603118d2e0e30fa46ea650 (diff) | |
| download | openbsd-cf4932e0a27405a30b4378196ccfcbdcaab01d0b.tar.gz openbsd-cf4932e0a27405a30b4378196ccfcbdcaab01d0b.tar.bz2 openbsd-cf4932e0a27405a30b4378196ccfcbdcaab01d0b.zip | |
ectest: remove unused defines
Diffstat (limited to '')
| -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) |
