Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin-core/secp256k1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70a7aa758411e117fd4f6525e165875b3b106d75
Choose a base ref
..
head repository: bitcoin-core/secp256k1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ec209f77f929ee036a8a1b8dfb9efde8c0d9391
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 configure.ac
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ AC_ARG_ENABLE(ecmult_static_precomputation,
AC_ARG_ENABLE(module_ecdh,
AS_HELP_STRING([--enable-module-ecdh],[enable ECDH shared secret computation [default=yes]]),
[enable_module_ecdh=$enableval],
[enable_module_ecdh=yes)
[enable_module_ecdh=yes])

AC_ARG_ENABLE(module_recovery,
AS_HELP_STRING([--enable-module-recovery],[enable ECDSA pubkey recovery module [default=yes]]),