-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Let autoconf detect presence of EVP_MD_CTX_new #9475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Concept ACK |
|
ACK. Sorry for braking it, I thought building on older OpenSSL is enough. |
|
(Testing on older OpenSSL should have been enough IMO, but apparently LibreSSL claims to be OpenSSL 2.0 in its version macro :/) |
|
Tagged for backport. Concept ACK |
configure.ac
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure this needs CRYPTO_CFLAGS too, to be on the safe side.
|
utACK other than the one comment. |
Fixes LibreSSL compatibility
41ad9c1 to
0388afe
Compare
|
Added CRYPTO_CFLAGS as @theuni suggested |
|
utACK |
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr)
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
This was added in bitcoin#9475 to fix LibreSSL compatibility for BIP70, so is no longer required.
Fixes LibreSSL compatibility