diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-04-16 07:09:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 14:09:53 +0200 |
| commit | ca4e81ca869b11a22d8b1a633eb7eafe67e028f1 (patch) | |
| tree | f78a4aca2381465447621ac9e1755885887a2e31 | |
| parent | 6bd8bcc23948a31ae0eb1f4e532f6edc816230e9 (diff) | |
Removing references to openssl (#2367)
| -rw-r--r-- | src/aboutdialog.cpp | 2 | ||||
| -rw-r--r-- | src/aboutdialog.h | 1 | ||||
| -rw-r--r-- | src/dlls.manifest.debug.qt6 | 2 | ||||
| -rw-r--r-- | src/dlls.manifest.qt6 | 2 |
4 files changed, 0 insertions, 7 deletions
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 @@ <file name="dxcompiler.dll" /> <file name="dxil.dll" /> <file name="libbsarchd.dll" /> - <file name="libcrypto-3-x64.dll" /> <file name="liblz4.dll" /> - <file name="libssl-3-x64.dll" /> <file name="opengl32sw.dll" /> <file name="Qt6Concurrentd.dll" /> <file name="Qt6Cored.dll" /> 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 @@ <file name="dxcompiler.dll" /> <file name="dxil.dll" /> <file name="libbsarch.dll" /> - <file name="libcrypto-3-x64.dll" /> <file name="liblz4.dll" /> - <file name="libssl-3-x64.dll" /> <file name="opengl32sw.dll" /> <file name="Qt6Concurrent.dll" /> <file name="Qt6Core.dll" /> |
