Changeset 1165 for trunk/src/network/ssl/qsslconfiguration.cpp
- Timestamp:
- Jan 26, 2017, 1:57:22 PM (8 years ago)
- File:
-
- 1 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::TlsV1; 217 217 } 218 218
Note:
See TracChangeset
for help on using the changeset viewer.