From 0a79042490ca8b946a5dddbcb64fe144470ef080 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 22 Jan 2025 15:20:47 +0000 Subject: ectest: remove unused defines --- src/regress/lib/libcrypto/ec/ectest.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ectest.c,v 1.31 2025/01/22 15:20:06 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.32 2025/01/22 15:20:47 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -88,10 +88,6 @@ exit(1); \ } while (0) -#define TIMING_BASE_PT 0 -#define TIMING_RAND_PT 1 -#define TIMING_SIMUL 2 - /* test multiplication with group order, long and negative scalars */ static void group_order_tests(EC_GROUP *group, BN_CTX *ctx) -- cgit v1.2.3-55-g6feb