From 9ec776adff90f1d4cbb3c4decaf281bb391e5e1e Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 2 Aug 2024 11:33:07 +0100 Subject: [PATCH] Revert "build: pass --with-ecmult-gen-kb=86 to secp256k1" This reverts commit a057869aa3c42457570765966cb66accb2375b13. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 439bb508e7c..4593f05b089 100644 --- a/configure.ac +++ b/configure.ac @@ -1722,7 +1722,7 @@ CPPFLAGS="$CPPFLAGS_TEMP" if test -n "$use_sanitizers"; then export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS" fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-ecmult-gen-kb=86 --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT