From ca4e81ca869b11a22d8b1a633eb7eafe67e028f1 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 16 Apr 2026 07:09:53 -0500 Subject: Removing references to openssl (#2367) --- src/aboutdialog.cpp | 2 -- src/aboutdialog.h | 1 - src/dlls.manifest.debug.qt6 | 2 -- src/dlls.manifest.qt6 | 2 -- 4 files changed, 7 deletions(-) (limited to 'src') diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 1c70d91e..109b5c8a 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -45,7 +45,6 @@ AboutDialog::AboutDialog(const QString& version, QWidget* parent) m_LicenseFiles[LICENSE_CCBY3] = "BY-SA-v3.0.txt"; m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt"; m_LicenseFiles[LICENSE_PYTHON] = "python.txt"; - m_LicenseFiles[LICENSE_SSL] = "openssl.txt"; m_LicenseFiles[LICENSE_CPPTOML] = "cpptoml.txt"; m_LicenseFiles[LICENSE_UDIS] = "udis86.txt"; m_LicenseFiles[LICENSE_SPDLOG] = "spdlog.txt"; @@ -69,7 +68,6 @@ AboutDialog::AboutDialog(const QString& version, QWidget* parent) addLicense("ANTLR", LICENSE_ANTLR); addLicense("LOOT", LICENSE_GPL3); addLicense("Python", LICENSE_PYTHON); - addLicense("OpenSSL", LICENSE_SSL); addLicense("cpptoml", LICENSE_CPPTOML); addLicense("Udis86", LICENSE_UDIS); addLicense("spdlog", LICENSE_SPDLOG); diff --git a/src/aboutdialog.h b/src/aboutdialog.h index f76cdd3f..f85656c0 100644 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -51,7 +51,6 @@ private: LICENSE_BOOST, LICENSE_CCBY3, LICENSE_PYTHON, - LICENSE_SSL, LICENSE_CPPTOML, LICENSE_7ZIP, LICENSE_ZLIB, diff --git a/src/dlls.manifest.debug.qt6 b/src/dlls.manifest.debug.qt6 index cd0842c9..e216a6fc 100644 --- a/src/dlls.manifest.debug.qt6 +++ b/src/dlls.manifest.debug.qt6 @@ -6,9 +6,7 @@ - - diff --git a/src/dlls.manifest.qt6 b/src/dlls.manifest.qt6 index a5bd11a8..8f3ba135 100644 --- a/src/dlls.manifest.qt6 +++ b/src/dlls.manifest.qt6 @@ -6,9 +6,7 @@ - - -- cgit v1.3.1