Skip to content

Commit 936c144

Browse files
committed
build: Remove check for openssl/ec.h
We don't use any elliptic curves from OpenSSL anymore, nor include this header anywhere but optionally in the tests of secp256k1 (which has its own autoconf setup). Reported by sinetek on IRC.
1 parent bbd9740 commit 936c144

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -880,14 +880,6 @@ AM_CONDITIONAL([EMBEDDED_UNIVALUE],[test x$need_bundled_univalue = xyes])
880880
AC_SUBST(UNIVALUE_CFLAGS)
881881
AC_SUBST(UNIVALUE_LIBS)
882882

883-
CXXFLAGS_TEMP="$CXXFLAGS"
884-
LIBS_TEMP="$LIBS"
885-
CXXFLAGS="$CXXFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"
886-
LIBS="$LIBS $SSL_LIBS $CRYPTO_LIBS"
887-
AC_CHECK_HEADER([openssl/ec.h],, AC_MSG_ERROR(OpenSSL ec header missing),)
888-
CXXFLAGS="$CXXFLAGS_TEMP"
889-
LIBS="$LIBS_TEMP"
890-
891883
BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path)
892884

893885
AC_MSG_CHECKING([whether to build bitcoind])

0 commit comments

Comments
 (0)