mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 14:52:27 +02:00
build: remove EVP_MD_CTX_new detection
This was added in #9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
This commit is contained in:
@@ -98,10 +98,6 @@
|
||||
*/
|
||||
#define HAVE_DECL_DAEMON 0
|
||||
|
||||
/* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if
|
||||
you don't. */
|
||||
//#define HAVE_DECL_EVP_MD_CTX_NEW 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_HTOBE16 0
|
||||
|
Reference in New Issue
Block a user