diff options
Diffstat (limited to 'cpp/test/Ice/custom/Client.cpp')
-rw-r--r-- | cpp/test/Ice/custom/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/Client.cpp b/cpp/test/Ice/custom/Client.cpp index 6e8bfb5707d..6f0dcc28692 100644 --- a/cpp/test/Ice/custom/Client.cpp +++ b/cpp/test/Ice/custom/Client.cpp @@ -30,7 +30,7 @@ int main(int argc, char** argv) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); #endif int status; Ice::CommunicatorPtr communicator; |