Changeset 1165 for trunk/src/network/ssl
- Timestamp:
- Jan 26, 2017, 1:57:22 PM (8 years ago)
- Location:
- trunk/src/network/ssl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/network/ssl/qsslconfiguration.cpp
r846 r1165 214 214 QSsl::SslProtocol QSslConfiguration::protocol() const 215 215 { 216 return d ? d->protocol : QSsl:: SslV3;216 return d ? d->protocol : QSsl::; 217 217 } 218 218 -
trunk/src/network/ssl/qsslconfiguration_p.h
r846 r1165 81 81 public: 82 82 QSslConfigurationPrivate() 83 : protocol(QSsl:: SslV3),83 : protocol(QSsl::), 84 84 peerVerifyMode(QSslSocket::AutoVerifyPeer), 85 85 peerVerifyDepth(0)
Note:
See TracChangeset
for help on using the changeset viewer.