aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-12 12:54:13 -0400
committerfanquake <fanquake@gmail.com>2019-10-24 16:01:43 -0400
commitbefbc40eb5928ac20a85fd3446946895cd2e66cb (patch)
treefe7011a4d33e4ab802af557a222fb9037a241429 /configure.ac
parentfcee10c2d028cba11416d902f5abf13fea7a65f4 (diff)
downloadbitcoin-befbc40eb5928ac20a85fd3446946895cd2e66cb.tar.xz
build: remove EVP_MD_CTX_new detection
This was added in #9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 860329022a..9f2942dc9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1303,13 +1303,6 @@ else
fi
fi
-save_CXXFLAGS="${CXXFLAGS}"
-CXXFLAGS="${CXXFLAGS} ${CRYPTO_CFLAGS} ${SSL_CFLAGS}"
-AC_CHECK_DECLS([EVP_MD_CTX_new],,,[AC_INCLUDES_DEFAULT
-#include <openssl/x509_vfy.h>
-])
-CXXFLAGS="${save_CXXFLAGS}"
-
dnl RapidCheck property-based testing
enable_property_tests=no