summaryrefslogtreecommitdiff
path: root/scripts/tests
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-12-12 18:21:31 +0100
committerJose <jose@zeroc.com>2018-12-12 18:21:31 +0100
commitfc392f616b6ac686751ac5004781fefd04b3cdb5 (patch)
tree55079dd6cf60436e2429321c2e63f18cc570baf0 /scripts/tests
parentUpdate Timer.setImmediate implementation (diff)
downloadice-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.py2
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"