Upgrade depends OpenSSL to 3.5 LTS

This commit is contained in:
root
2026-04-29 18:08:11 +00:00
parent 6d2161f41f
commit 20d8028ead
5 changed files with 493 additions and 373 deletions
+4
View File
@@ -286,7 +286,11 @@ RPCConsole::RPCConsole(QWidget* parent) : QDialog(parent, Qt::WindowSystemMenuHi
connect(ui->btn_resync, SIGNAL(clicked()), this, SLOT(walletResync()));
// set library version labels
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
ui->openSSLVersion->setText(OpenSSL_version(OPENSSL_VERSION));
#else
ui->openSSLVersion->setText(SSLeay_version(SSLEAY_VERSION));
#endif
#ifdef ENABLE_WALLET
std::string strPathCustom = GetArg("-backuppath", "");
std::string strzAGRPathCustom = GetArg("-zagrbackuppath", "");