Skip to content

Commit

Permalink
build: remove EVP_MD_CTX_new detection
Browse files Browse the repository at this point in the history
This was added in #9475 to fix LibreSSL compatibility for
BIP70, so is no longer required.
  • Loading branch information
fanquake authored and xanimo committed Mar 26, 2024
1 parent 2f68485 commit 7416d40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -912,13 +912,6 @@ if test x$intel_avx2 = xyes; then
esac
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 univalue check

need_bundled_univalue=yes
Expand Down

0 comments on commit 7416d40

Please sign in to comment.