summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Instance.h')
-rw-r--r--cpp/src/IceSSL/Instance.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Instance.h b/cpp/src/IceSSL/Instance.h
index ba9eda28bbd..2f89f82a6b1 100644
--- a/cpp/src/IceSSL/Instance.h
+++ b/cpp/src/IceSSL/Instance.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -70,6 +70,7 @@ private:
IceInternal::ProtocolPluginFacadePtr _facade;
int _securityTraceLevel;
std::string _securityTraceCategory;
+ bool _initialized;
SSL_CTX* _ctx;
std::string _defaultDir;
bool _checkCertName;