summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/retry/Server.cpp')
-rw-r--r--cpp/test/Ice/retry/Server.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/cpp/test/Ice/retry/Server.cpp b/cpp/test/Ice/retry/Server.cpp
index 80a82cbec61..92ba9d07f42 100644
--- a/cpp/test/Ice/retry/Server.cpp
+++ b/cpp/test/Ice/retry/Server.cpp
@@ -28,20 +28,11 @@ run(int, char**, const Ice::CommunicatorPtr& communicator)
return EXIT_SUCCESS;
}
-#ifdef ICE_STATIC_LIBS
-extern "C"
-{
-
-Ice::Plugin* createIceSSL(const Ice::CommunicatorPtr&, const string&, const Ice::StringSeq&);
-
-}
-#endif
-
int
main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
- Ice::registerPluginFactory("IceSSL", createIceSSL, true);
+ Ice::registerIceSSL();
#endif
int status;