We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e00fc7 + 78ca880 commit c734c64Copy full SHA for c734c64
configure.ac
@@ -401,7 +401,7 @@ if test x"$enable_module_schnorrsig" = x"yes"; then
401
fi
402
403
if test x"$enable_module_ellswift" = x"yes"; then
404
- AC_DEFINE(ENABLE_MODULE_ELLSWIFT, 1, [Define this symbol to enable the ElligatorSwift module])
+ SECP_CONFIG_DEFINES="$SECP_CONFIG_DEFINES -DENABLE_MODULE_ELLSWIFT=1"
405
406
407
# Test if extrakeys is set after the schnorrsig module to allow the schnorrsig
0 commit comments