File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 540
540
541
541
if test x"$enable_module_musig" = x"yes"; then
542
542
AC_DEFINE ( ENABLE_MODULE_MUSIG , 1 , [ Define this symbol to enable the MuSig module] )
543
+ enable_module_schnorrsig=yes
543
544
fi
544
545
545
546
if test x"$enable_module_recovery" = x"yes"; then
561
562
if test x"$enable_module_surjectionproof" = x"yes"; then
562
563
AC_DEFINE ( ENABLE_MODULE_SURJECTIONPROOF , 1 , [ Define this symbol to enable the surjection proof module] )
563
564
fi
564
-
565
+ # Test if extrakeys is set _afte_r the MuSig module to allow the MuSig
566
+ # module to set enable_module_schnorrsig=yes
565
567
if test x"$enable_module_schnorrsig" = x"yes"; then
566
568
AC_DEFINE ( ENABLE_MODULE_SCHNORRSIG , 1 , [ Define this symbol to enable the schnorrsig module] )
567
569
enable_module_extrakeys=yes
@@ -711,6 +713,7 @@ echo " module ecdh = $enable_module_ecdh"
711
713
echo " module recovery = $enable_module_recovery"
712
714
echo " module extrakeys = $enable_module_extrakeys"
713
715
echo " module schnorrsig = $enable_module_schnorrsig"
716
+ echo " module musig = $enable_module_musig"
714
717
echo " module ecdsa-s2c = $enable_module_ecdsa_s2c"
715
718
echo " module ecdsa-adaptor = $enable_module_ecdsa_adaptor"
716
719
echo
You can’t perform that action at this time.
0 commit comments