diff options
author | Jose <jose@zeroc.com> | 2020-07-28 14:41:42 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-07-28 14:41:42 +0200 |
commit | 70981e6a189fa8dff61ef5affdc81974473a9feb (patch) | |
tree | f3dd14414b243b5c6b5c92f6cfc51dd1c2b5eaa3 /scripts | |
parent | Bump lodash from 4.17.15 to 4.17.19 in /js (#958) (diff) | |
download | ice-70981e6a189fa8dff61ef5affdc81974473a9feb.tar.bz2 ice-70981e6a189fa8dff61ef5affdc81974473a9feb.tar.xz ice-70981e6a189fa8dff61ef5affdc81974473a9feb.zip |
Updates Windows build to OpenSSL 1.1.1g
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/tests/IceSSL/configuration.py | 2 |
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" |