Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead #7520
Conversation
laanwj
added
Needs backport
Build system
labels
Feb 11, 2016
paveljanik
referenced this pull request
Feb 11, 2016
Closed
build options for OpenBSD incomplete/out-of-date #7447
|
utACK a0a17b3 |
|
utACK |
laanwj
merged commit a0a17b3
into
bitcoin:master
Feb 12, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Feb 12, 2016
laanwj
removed
the
Needs backport
label
Sep 26, 2016
laanwj
added this to the
0.12.2 milestone
Sep 26, 2016
laanwj
added
the
Needs backport
label
Sep 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
paveljanik commentedFeb 11, 2016
OpenBSD is using LibreSSL by default instead of openssl. The build ends with
This change adds LIBRESSL_VERSION_TEXT macrocheck and adds conditionals before these macros. If none is defined, nothing is printed at all.
Fixes #7515.
Fixes #7447.