Skip to content

Commit 264e107

Browse files
committed
Set secp256k1 --enable-endomorphism by default (regenerated).
1 parent a280911 commit 264e107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ BOOST_OPTIONS=(
354354
#------------------------------------------------------------------------------
355355
SECP256K1_OPTIONS=(
356356
"--disable-tests" \
357-
"--enable-module-recovery")
357+
"--enable-module-recovery" \
358+
"--enable-endomorphism")
358359

359360
# Define bitcoin-system options.
360361
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)