Let autoconf detect presence of EVP_MD_CTX_new#9475
Merged
laanwj merged 1 commit intobitcoin:masterfrom Jan 5, 2017
Merged
Conversation
Member
|
Concept ACK |
Contributor
|
ACK. Sorry for braking it, I thought building on older OpenSSL is enough. |
Member
Author
|
(Testing on older OpenSSL should have been enough IMO, but apparently LibreSSL claims to be OpenSSL 2.0 in its version macro :/) |
Member
|
Tagged for backport. Concept ACK |
theuni
reviewed
Jan 4, 2017
configure.ac
Outdated
Member
There was a problem hiding this comment.
Pretty sure this needs CRYPTO_CFLAGS too, to be on the safe side.
Member
|
utACK other than the one comment. |
Fixes LibreSSL compatibility
41ad9c1 to
0388afe
Compare
Member
Author
|
Added CRYPTO_CFLAGS as @theuni suggested |
Member
|
utACK |
laanwj
added a commit
that referenced
this pull request
Jan 5, 2017
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
sickpig
referenced
this pull request
in sickpig/BitcoinUnlimited
Mar 31, 2017
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
codablock
pushed a commit
to codablock/dash
that referenced
this pull request
Jan 18, 2018
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
CryptoCentric
pushed a commit
to absolute-community/absolute
that referenced
this pull request
Feb 26, 2019
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
fanquake
added a commit
to fanquake/bitcoin
that referenced
this pull request
Oct 24, 2019
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Oct 28, 2019
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
sidhujag
pushed a commit
to syscoin-core/syscoin
that referenced
this pull request
Nov 10, 2020
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes LibreSSL compatibility