summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Context.cpp')
-rw-r--r--cpp/src/IceSSL/Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Context.cpp b/cpp/src/IceSSL/Context.cpp
index e6240e10794..635ea1b3a3d 100644
--- a/cpp/src/IceSSL/Context.cpp
+++ b/cpp/src/IceSSL/Context.cpp
@@ -399,7 +399,7 @@ IceSSL::Context::addKeyCert(const CertificateFile& privateKey, const Certificate
}
int retryCount = 0;
- int pkLoadResult;
+ int pkLoadResult = 0;
int errCode = 0;
while(retryCount != _maxPassphraseTries)