Skip to content

Commit c734c64

Browse files
Merge #1384: build: enable ellswift module via SECP_CONFIG_DEFINES
78ca880 build: enable ellswift module via SECP_CONFIG_DEFINES (Jonas Nick) Pull request description: ...like the other modules. ACKs for top commit: sipa: utACK 78ca880 real-or-random: utACK 78ca880 Tree-SHA512: c157a1ed912b9aa1a318aa0a70859a3ac67cb22303993f08ff00ed601e6ac197380dd503d3b361cbc4e698fc6489b5283b782f570f2703809d23668f3ebe5ba6
2 parents 0e00fc7 + 78ca880 commit c734c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ if test x"$enable_module_schnorrsig" = x"yes"; then
401401
fi
402402

403403
if test x"$enable_module_ellswift" = x"yes"; then
404-
AC_DEFINE(ENABLE_MODULE_ELLSWIFT, 1, [Define this symbol to enable the ElligatorSwift module])
404+
SECP_CONFIG_DEFINES="$SECP_CONFIG_DEFINES -DENABLE_MODULE_ELLSWIFT=1"
405405
fi
406406

407407
# Test if extrakeys is set after the schnorrsig module to allow the schnorrsig

0 commit comments

Comments
 (0)