From 0fc89df461764e969e114f07942a72c98b6d4e8e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Jan 2025 11:49:13 +0000 Subject: Remove pointless call to EC_GROUP_precompute_mul() --- src/regress/lib/libcrypto/ec/ectest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 1aa6b1717b..fc44f9c886 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.34 2025/01/22 15:38:25 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.35 2025/01/24 11:49:13 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -117,8 +117,6 @@ group_order_tests(EC_GROUP *group, BN_CTX *ctx) ABORT; fprintf(stdout, "."); fflush(stdout); - if (!EC_GROUP_precompute_mult(group, ctx)) - ABORT; if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT; if (!EC_POINT_is_at_infinity(group, Q)) -- cgit v1.2.3-55-g6feb