We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fe2f0 commit f70ca1aCopy full SHA for f70ca1a
src/main.cpp
@@ -54,10 +54,11 @@ int main(int argc, char** argv)
54
QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR)
55
56
#ifdef Q_OS_WIN
57
- // Set OPENSSL_CONF and OPENSSL_MODULES to an invalid location to prevent DLL injection via openssl.cnf.
+ // Set OPENSSL_* variables to an invalid location to prevent DLL injection via openssl.cnf.
58
// vcpkg by default hard-codes this to its packages location, which may be user-writable.
59
qputenv("OPENSSL_CONF", "::");
60
qputenv("OPENSSL_MODULES", "::");
61
+ qputenv("OPENSSL_ENGINES", "::");
62
#endif
63
64
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
0 commit comments