diff options
author | Jose <jose@zeroc.com> | 2021-01-19 22:53:18 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-01-19 22:53:18 +0100 |
commit | bafdab7af4a890e64cb33ac9547ae7af6a978a7e (patch) | |
tree | a962845d09121d39053b7e8d5e18ff4dbdba0c1d | |
parent | Fix to speed up IceGrid/replication test on Windows (diff) | |
download | ice-bafdab7af4a890e64cb33ac9547ae7af6a978a7e.tar.bz2 ice-bafdab7af4a890e64cb33ac9547ae7af6a978a7e.tar.xz ice-bafdab7af4a890e64cb33ac9547ae7af6a978a7e.zip |
Fix missplaced endif from removal of DSA testing
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index f90ecf63cbf..9bdcca1e739 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -2834,6 +2834,7 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12) comm->destroy(); } # endif +#endif cout << "testing IceSSL.TrustOnly... " << flush; // |