Skip to content

Commit befbc40

Browse files
committed
build: remove EVP_MD_CTX_new detection
This was added in #9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
1 parent fcee10c commit befbc40

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

build_msvc/bitcoin_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
*/
9999
#define HAVE_DECL_DAEMON 0
100100

101-
/* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if
102-
you don't. */
103-
//#define HAVE_DECL_EVP_MD_CTX_NEW 1
104-
105101
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
106102
don't. */
107103
#define HAVE_DECL_HTOBE16 0

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,13 +1303,6 @@ else
13031303
fi
13041304
fi
13051305

1306-
save_CXXFLAGS="${CXXFLAGS}"
1307-
CXXFLAGS="${CXXFLAGS} ${CRYPTO_CFLAGS} ${SSL_CFLAGS}"
1308-
AC_CHECK_DECLS([EVP_MD_CTX_new],,,[AC_INCLUDES_DEFAULT
1309-
#include <openssl/x509_vfy.h>
1310-
])
1311-
CXXFLAGS="${save_CXXFLAGS}"
1312-
13131306
dnl RapidCheck property-based testing
13141307

13151308
enable_property_tests=no

0 commit comments

Comments
 (0)