summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hash/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/hash/Client.cpp')
-rw-r--r--cpp/test/Ice/hash/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/hash/Client.cpp b/cpp/test/Ice/hash/Client.cpp
index 960417bb78b..bb204395f93 100644
--- a/cpp/test/Ice/hash/Client.cpp
+++ b/cpp/test/Ice/hash/Client.cpp
@@ -24,7 +24,7 @@ DEFINE_TEST("client")
int main(int argc, char** argv)
{
#ifdef ICE_STATIC_LIBS
- Ice::registerIceSSL();
+ Ice::registerIceSSL(false);
#endif
cout << "testing proxy hash algorithm collisions... " << flush;
map<Ice::Int, Ice::ObjectPrxPtr> seenProxy;