[init] Print OpenSSL version fix #7083 pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:MarcoFalke-2015-initOpenSSL changing 2 files +11 −0 Conversation Commits1 Files2 Check MarcoFalke commented at 6:04 PM on November 23, 2015: member SSLeay_version(SSLEAY_VERSION) was replaced with OpenSSL_version(OPENSSL_VERSION) in https://github.com/openssl/openssl/commit/b0700d2c8de79252ba605748a075cf2e5d670da1. This fixes #7080 (OpenSSL 1.1 - SSLEAY_VERSION Not Declared In This Scope) Not sure if we need this? laanwj commented at 7:55 AM on November 24, 2015: member 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)); laanwj added the label Build system on Nov 24, 2015 OpenSSL 1.1.0: Fix text variant of the version number faf12bc283 MarcoFalke force-pushed on Nov 24, 2015 fanquake commented at 12:08 AM on November 26, 2015: member utACK laanwj cross-referenced this on Nov 26, 2015 from issue OpenSSL 1.1 - tests* BIGNUM - BN_init -> BN_new by vindicatorr laanwj merged this on Nov 27, 2015 laanwj closed this on Nov 27, 2015 laanwj referenced this in commit 9502b7f634 on Nov 27, 2015 MarcoFalke deleted the branch on Nov 27, 2015 luke-jr referenced this in commit 76bc9926b7 on Nov 30, 2015 luke-jr referenced this in commit 3c5d1d1b01 on Dec 8, 2015 HLXEasy referenced this in commit 27f8ea509d on Oct 29, 2019 barton2526 cross-referenced this on Aug 24, 2021 from issue rpc: Print OpenSSL version fix by barton2526 bitcoin locked this on Sep 8, 2021 ContributorsMarcoFalkelaanwjfanquake LabelsBuild system Linked (view graph)#7080 OpenSSL 1.1 - SSLEAY_VERSION Not Declared In This Scope#7086 OpenSSL 1.1 - tests* BIGNUM - BN_init -> BN_new