Changeset 1165 for trunk/src/network/ssl


Ignore:
Timestamp:
Jan 26, 2017, 1:57:22 PM (8 years ago)
Author:
Silvan Scherrer
Message:

Qt4: flush the ssl fix finaly to the repo

Location:
trunk/src/network/ssl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/network/ssl/qsslconfiguration.cpp

    r846 r1165  
    214214QSsl::SslProtocol QSslConfiguration::protocol() const
    215215{
    216     return d ? d->protocol : QSsl::SslV3;
     216    return d ? d->protocol : QSsl::;
    217217}
    218218
  • trunk/src/network/ssl/qsslconfiguration_p.h

    r846 r1165  
    8181public:
    8282    QSslConfigurationPrivate()
    83         : protocol(QSsl::SslV3),
     83        : protocol(QSsl::),
    8484          peerVerifyMode(QSslSocket::AutoVerifyPeer),
    8585          peerVerifyDepth(0)
Note: See TracChangeset for help on using the changeset viewer.