From d83b1a9548833642b0c13918880bf16af0697c9d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 14 Mar 2017 14:34:00 +0100 Subject: Fixed testing of static builds --- cpp/test/Ice/stringConverter/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/stringConverter/Client.cpp') diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 10bc539c28b..124120a97bc 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -23,7 +23,7 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); Ice::registerIceStringConverter(); #endif -- cgit v1.2.3