]> Git Repo - VerusCoin.git/commit - configure.ac
build: remove libressl check
authorWladimir J. van der Laan <[email protected]>
Mon, 28 Sep 2015 14:06:38 +0000 (16:06 +0200)
committerJack Grigg <[email protected]>
Wed, 28 Sep 2016 23:07:23 +0000 (12:07 +1300)
commit51babcb95197c88b62e870fd6276ff342c132598
tree8362277943d33731f2c0d7359b3d8f15b4dac7a1
parent95efc7cccbf965e36c74bb9cd94f54d88388144f
build: remove libressl check

Now that BIP66 passed, OpenSSL is no longer directly part of the
consensus. What matters is that DER signatures are correctly parsed, and
secp256k1 crypto is implemented correctly (as well as the other
functions we use from OpenSSL, such as random number generation)

This means that effectively, using LibreSSL is not a larger risk than
using another version of OpenSSL.

Remove the specific check for LibreSSL.

Includes the still-relevant part of #6729: make sure CHECK_HEADER is
called using the right CXXFLAGS, not CFLAGS (as AC_LANG is c++).

Zcash Note:
This includes a code removal from d9add719519e2019b1f353d8d6832dcfc88ee850
that was omitted from 5a3913361d0c045db69932ac5f152c4cf76e13cb during
backporting of bitcoin/bitcoin#6501 to 0.11.* in bitcoin/bitcoin#6703
configure.ac
This page took 0.027417 seconds and 4 git commands to generate.