Update key.cpp to new secp256k1 API

This commit is contained in:
Pieter Wuille
2015-11-11 06:56:19 +01:00
committed by Jack Grigg
parent c7d50a19cd
commit c1afe40a17
2 changed files with 132 additions and 25 deletions

View File

@@ -994,7 +994,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery"
AC_CONFIG_SUBDIRS([src/secp256k1 src/univalue])
AC_OUTPUT