diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-08 03:33:11 -0700 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-08 03:33:11 -0700 |
commit | 28570b2d9bf63dfe369f54d94fb45c40b8620b13 (patch) | |
tree | 9fd7885b9a842e5ac6d3d79a2b5ddc106851dd66 /cpp/test/IceSSL/configuration/AllTests.cpp | |
parent | Merge branch 'master' of github.com:zeroc-ice/ice (diff) | |
parent | Fixed ICE-7974 - Python AMI batch oneway requests now return a completed futu... (diff) | |
download | ice-28570b2d9bf63dfe369f54d94fb45c40b8620b13.tar.bz2 ice-28570b2d9bf63dfe369f54d94fb45c40b8620b13.tar.xz ice-28570b2d9bf63dfe369f54d94fb45c40b8620b13.zip |
Merge branch 'master' of github.com:zeroc-ice/ice
Diffstat (limited to 'cpp/test/IceSSL/configuration/AllTests.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index 30cb38fba4c..afc06cf30ff 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -731,7 +731,6 @@ allTests(const CommunicatorPtr& communicator, const string& testDir, bool p12) string sep = ":"; #endif - #ifdef ICE_USE_OPENSSL Ice::Long openSSLVersion; { @@ -948,7 +947,6 @@ allTests(const CommunicatorPtr& communicator, const string& testDir, bool p12) server->checkCert(clientCert->getSubjectDN(), clientCert->getIssuerDN()); #endif - // // Validate that we can get the connection info. Validate // that the certificates have the same DN. |