diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-28 16:06:38 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-01 14:44:27 +0200 |
commit | 59783884766d00866e190ba5ae761916e932df10 (patch) | |
tree | 147cb31c959d7d4fdadbdaba9346b713bd7cf662 /depends | |
parent | 4899a04c24b927166048a74999992d216a543c23 (diff) |
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++).
Diffstat (limited to 'depends')
0 files changed, 0 insertions, 0 deletions