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/networkProxy/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/networkProxy/Client.cpp') diff --git a/cpp/test/Ice/networkProxy/Client.cpp b/cpp/test/Ice/networkProxy/Client.cpp index 9fc5cf00793..97a854d2206 100644 --- a/cpp/test/Ice/networkProxy/Client.cpp +++ b/cpp/test/Ice/networkProxy/Client.cpp @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); #endif try -- cgit v1.2.3