diff options
Diffstat (limited to 'cpp/test/IceGrid/simple/Server.cpp')
-rw-r--r-- | cpp/test/IceGrid/simple/Server.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/simple/Server.cpp b/cpp/test/IceGrid/simple/Server.cpp index da146eac0c1..2eeeac34ef6 100644 --- a/cpp/test/IceGrid/simple/Server.cpp +++ b/cpp/test/IceGrid/simple/Server.cpp @@ -48,6 +48,9 @@ Server::run(int argc, char* argv[]) int main(int argc, char* argv[]) { +#ifdef ICE_STATIC_LIBS + Ice::registerIceSSL(false); +#endif Server app; int rc = app.main(argc, argv); return rc; |