diff options
author | Jose <jose@zeroc.com> | 2018-12-12 18:21:31 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-12 18:21:31 +0100 |
commit | fc392f616b6ac686751ac5004781fefd04b3cdb5 (patch) | |
tree | 55079dd6cf60436e2429321c2e63f18cc570baf0 /scripts/tests | |
parent | Update Timer.setImmediate implementation (diff) | |
download | ice-fc392f616b6ac686751ac5004781fefd04b3cdb5.tar.bz2 ice-fc392f616b6ac686751ac5004781fefd04b3cdb5.tar.xz ice-fc392f616b6ac686751ac5004781fefd04b3cdb5.zip |
Udate OpenSSL version used in Windows builds
Diffstat (limited to 'scripts/tests')
-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 493ab4635c4..e55ff6cd5a9 100644 --- a/scripts/tests/IceSSL/configuration.py +++ b/scripts/tests/IceSSL/configuration.py @@ -61,7 +61,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.5", "build", "native", "bin", "Win32", "Release", + "zeroc.openssl.v140.1.0.2.6", "build", "native", "bin", "Win32", "Release", "openssl.exe") else: return "openssl" |