diff options
Diffstat (limited to 'cpp/src/IceSSL/UWPTransceiverI.h')
-rw-r--r-- | cpp/src/IceSSL/UWPTransceiverI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/UWPTransceiverI.h b/cpp/src/IceSSL/UWPTransceiverI.h index fc9ab74ced9..0dd23404de5 100644 --- a/cpp/src/IceSSL/UWPTransceiverI.h +++ b/cpp/src/IceSSL/UWPTransceiverI.h @@ -63,9 +63,8 @@ private: bool _connected; bool _upgraded; - std::vector<std::string> _certs; + std::vector<IceSSL::CertificatePtr> _certs; bool _verified; - std::vector<IceSSL::CertificatePtr> _nativeCerts; Windows::Security::Cryptography::Certificates::CertificateChain^ _chain; }; typedef IceUtil::Handle<TransceiverI> TransceiverIPtr; |