summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SSLEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/SSLEngine.h')
-rw-r--r--cpp/src/IceSSL/SSLEngine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SSLEngine.h b/cpp/src/IceSSL/SSLEngine.h
index f2c36566f9a..09f060cbabb 100644
--- a/cpp/src/IceSSL/SSLEngine.h
+++ b/cpp/src/IceSSL/SSLEngine.h
@@ -208,12 +208,11 @@ private:
bool _initialized;
std::vector<PCCERT_CONTEXT> _allCerts;
- std::vector<PCCERT_CONTEXT> _certs;
+ std::vector<PCCERT_CONTEXT> _importedCerts;
DWORD _protocols;
IceUtil::Mutex _mutex;
std::vector<HCERTSTORE> _stores;
-
HCERTSTORE _rootStore;
HCERTCHAINENGINE _chainEngine;