You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
```
The whole "num" API and its libgmp-based implementation are now unused.
Remove them.
```
Partial backport of [[bitcoin-core/secp256k1#831 | secp256k1#831]]:
bitcoin-core/secp256k1@1f233b3
Depends on D9407.
Test Plan:
ninja all check-all
Reviewers: #bitcoin_abc, majcosta
Reviewed By: #bitcoin_abc, majcosta
Subscribers: majcosta
Differential Revision: https://reviews.bitcoinabc.org/D9408
Copy file name to clipboardExpand all lines: build-aux/m4/bitcoin_secp.m4
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -75,19 +75,6 @@ if test x"$has_libcrypto" = x"yes" && test x"$has_openssl_ec" = x; then
75
75
fi
76
76
])
77
77
78
-
dnl
79
-
AC_DEFUN([SECP_GMP_CHECK],[
80
-
if test x"$has_gmp" != x"yes"; then
81
-
CPPFLAGS_TEMP="$CPPFLAGS"
82
-
CPPFLAGS="$GMP_CPPFLAGS $CPPFLAGS"
83
-
LIBS_TEMP="$LIBS"
84
-
LIBS="$GMP_LIBS $LIBS"
85
-
AC_CHECK_HEADER(gmp.h,[AC_CHECK_LIB(gmp, __gmpz_init,[has_gmp=yes; GMP_LIBS="$GMP_LIBS -lgmp"; AC_DEFINE(HAVE_LIBGMP,1,[Define this symbol if libgmp is installed])])])
0 commit comments