summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslSystemOpenSSL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SslSystemOpenSSL.cpp')
-rw-r--r--cpp/src/Ice/SslSystemOpenSSL.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslSystemOpenSSL.cpp b/cpp/src/Ice/SslSystemOpenSSL.cpp
index 94c8875c68e..bafa56b4ff8 100644
--- a/cpp/src/Ice/SslSystemOpenSSL.cpp
+++ b/cpp/src/Ice/SslSystemOpenSSL.cpp
@@ -837,7 +837,8 @@ IceSecurity::Ssl::OpenSSL::System::System(string& systemID) :
_configLoaded = false;
_sessionContext = "iceServer";
-
+
+ _randSeeded = 0;
_sslServerContext = 0;
_sslClientContext = 0;