Skip to content

Conversation

@maflcko
Copy link
Member

@maflcko maflcko commented Nov 23, 2015

SSLeay_version(SSLEAY_VERSION) was replaced with OpenSSL_version(OPENSSL_VERSION) in openssl/openssl@b0700d2.

This fixes #7080 (OpenSSL 1.1 - SSLEAY_VERSION Not Declared In This Scope)

Not sure if we need this?

@laanwj
Copy link
Member

laanwj commented Nov 24, 2015

Nah, being able to compile with a wide range of versions is nice. There's no risk to this. So utACK.

Don't forget this one though:

src/qt/rpcconsole.cpp:    ui->openSSLVersion->setText(SSLeay_version(SSLEAY_VERSION));

@maflcko maflcko force-pushed the MarcoFalke-2015-initOpenSSL branch from fa47dc3 to faf12bc Compare November 24, 2015 08:08
@fanquake
Copy link
Member

utACK

@laanwj laanwj merged commit faf12bc into bitcoin:master Nov 27, 2015
laanwj added a commit that referenced this pull request Nov 27, 2015
faf12bc OpenSSL 1.1.0: Fix text variant of the version number (MarcoFalke)
@maflcko maflcko deleted the MarcoFalke-2015-initOpenSSL branch November 27, 2015 13:10
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Nov 30, 2015
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Dec 8, 2015
HLXEasy added a commit to aliascash/alias-wallet-archive that referenced this pull request Oct 29, 2019
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenSSL 1.1 - SSLEAY_VERSION Not Declared In This Scope

3 participants