diff options
Diffstat (limited to 'cpp/src/IceSSL/SecureTransportTransceiverI.h')
-rw-r--r-- | cpp/src/IceSSL/SecureTransportTransceiverI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SecureTransportTransceiverI.h b/cpp/src/IceSSL/SecureTransportTransceiverI.h index a73771eabc7..d1e3fc41cd6 100644 --- a/cpp/src/IceSSL/SecureTransportTransceiverI.h +++ b/cpp/src/IceSSL/SecureTransportTransceiverI.h @@ -79,9 +79,8 @@ private: size_t _maxSendPacketSize; size_t _maxRecvPacketSize; std::string _cipher; - std::vector<std::string> _certs; + std::vector<CertificatePtr> _certs; bool _verified; - std::vector<CertificatePtr> _nativeCerts; size_t _buffered; }; typedef IceUtil::Handle<TransceiverI> TransceiverIPtr; |