Skip to content

Commit

Permalink
build: enable ellswift module via SECP_CONFIG_DEFINES
Browse files Browse the repository at this point in the history
...like the other modules.
  • Loading branch information
jonasnick committed Jul 26, 2023
1 parent 2bd5f3e commit 78ca880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78ca880

Please sign in to comment.