diff options
Diffstat (limited to 'cpp/src/IceSSL/SChannelTransceiverI.h')
-rw-r--r-- | cpp/src/IceSSL/SChannelTransceiverI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SChannelTransceiverI.h b/cpp/src/IceSSL/SChannelTransceiverI.h index 2f05011a873..07c7ae7aeff 100644 --- a/cpp/src/IceSSL/SChannelTransceiverI.h +++ b/cpp/src/IceSSL/SChannelTransceiverI.h @@ -119,9 +119,8 @@ private: bool _credentialsInitialized; SecPkgContext_StreamSizes _sizes; std::string _cipher; - std::vector<std::string> _certs; + std::vector<IceSSL::CertificatePtr> _certs; bool _verified; - std::vector<IceSSL::CertificatePtr> _nativeCerts; }; typedef IceUtil::Handle<TransceiverI> TransceiverIPtr; |