summaryrefslogtreecommitdiff
path: root/scripts/tests
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2020-07-28 14:41:42 +0200
committerJose <jose@zeroc.com>2020-07-28 14:41:42 +0200
commit70981e6a189fa8dff61ef5affdc81974473a9feb (patch)
treef3dd14414b243b5c6b5c92f6cfc51dd1c2b5eaa3 /scripts/tests
parentBump lodash from 4.17.15 to 4.17.19 in /js (#958) (diff)
downloadice-70981e6a189fa8dff61ef5affdc81974473a9feb.tar.bz2
ice-70981e6a189fa8dff61ef5affdc81974473a9feb.tar.xz
ice-70981e6a189fa8dff61ef5affdc81974473a9feb.zip
Updates Windows build to OpenSSL 1.1.1g
Diffstat (limited to 'scripts/tests')
-rw-r--r--scripts/tests/IceSSL/configuration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/IceSSL/configuration.py b/scripts/tests/IceSSL/configuration.py
index 3c93d223d07..8bcea7ad39d 100644
--- a/scripts/tests/IceSSL/configuration.py
+++ b/scripts/tests/IceSSL/configuration.py
@@ -56,7 +56,7 @@ class ConfigurationTestCase(ClientServerTestCase):
def getOpenSSLCommand(self, current):
if isinstance(platform, Windows):
return os.path.join(current.testsuite.getPath(), "..", "..", "..", "msbuild", "packages",
- "zeroc.openssl.v140.1.0.2.6", "build", "native", "bin", "Win32", "Release",
+ "zeroc.openssl.v140.1.1.1", "build", "native", "bin", "Win32", "Release",
"openssl.exe")
else:
return "openssl"