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