build: enable ellswift module via SECP_CONFIG_DEFINES

...like the other modules.
This commit is contained in:
Jonas Nick 2023-07-26 14:44:20 +00:00
parent 2bd5f3e618
commit 78ca880788
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -401,7 +401,7 @@ if test x"$enable_module_schnorrsig" = x"yes"; then
fi
if test x"$enable_module_ellswift" = x"yes"; then
AC_DEFINE(ENABLE_MODULE_ELLSWIFT, 1, [Define this symbol to enable the ElligatorSwift module])
SECP_CONFIG_DEFINES="$SECP_CONFIG_DEFINES -DENABLE_MODULE_ELLSWIFT=1"
fi
# Test if extrakeys is set after the schnorrsig module to allow the schnorrsig