summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLTransceiverI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLTransceiverI.h')
-rw-r--r--cpp/src/IceSSL/OpenSSLTransceiverI.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/OpenSSLTransceiverI.h b/cpp/src/IceSSL/OpenSSLTransceiverI.h
index 0bda6849b91..2e01bd918dd 100644
--- a/cpp/src/IceSSL/OpenSSLTransceiverI.h
+++ b/cpp/src/IceSSL/OpenSSLTransceiverI.h
@@ -76,9 +76,8 @@ private:
const IceInternal::TransceiverPtr _delegate;
bool _connected;
std::string _cipher;
- std::vector<std::string> _certs;
+ std::vector<IceSSL::CertificatePtr> _certs;
bool _verified;
- std::vector<IceSSL::CertificatePtr> _nativeCerts;
SSL* _ssl;
#ifdef ICE_USE_IOCP