Skip to content

Commit

Permalink
Merge bitcoin-core/secp256k1#1384: build: enable ellswift module via …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
real-or-random committed Jul 27, 2023
2 parents 0e00fc7 + 78ca880 commit c734c64
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 c734c64

Please sign in to comment.