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