mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 20:19:31 +00:00
21 lines
830 B
Diff
21 lines
830 B
Diff
|
https://stackoverflow.com/a/28947978
|
||
|
---
|
||
|
configure.ac | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 2c758331..33b7ae33 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -1150,7 +1150,6 @@ case "$enable_ecdsa" in
|
||
|
*)
|
||
|
if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
|
||
|
AC_CHECK_FUNC(ECDSA_sign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecdsa])])
|
||
|
- AC_CHECK_FUNC(SHA384_Init, [], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade or rerun with --disable-ecdsa])])
|
||
|
AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curves: please upgrade or rerun with --disable-ecdsa])], [AC_INCLUDES_DEFAULT
|
||
|
#include <openssl/evp.h>
|
||
|
])
|
||
|
--
|
||
|
2.39.2
|
||
|
|