diff options
| author | Marc Mutz <marc.mutz@kdab.com> | 2021-07-11 10:12:19 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@kdab.com> | 2021-07-13 20:54:04 +0200 |
| commit | fbcb3fc50675b20809ae700236be263f5a38a464 (patch) | |
| tree | 0c7069ae77cc89159b9d241479f40aa158140654 /src/plugins/tls/openssl/qx509_openssl.cpp | |
| parent | 0ae2537ad44eb427dfaaa254d9b838a2cb5a2ac5 (diff) | |
QSslContext: remove unused fromConfiguration()
All callers use the shared-ptr version these days.
Change-Id: I77e9fc9ccb8a57bfebcad7883e9eaff3780748f0
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/plugins/tls/openssl/qx509_openssl.cpp')
| -rw-r--r-- | src/plugins/tls/openssl/qx509_openssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tls/openssl/qx509_openssl.cpp b/src/plugins/tls/openssl/qx509_openssl.cpp index bf52c9345c8..e9b1450d545 100644 --- a/src/plugins/tls/openssl/qx509_openssl.cpp +++ b/src/plugins/tls/openssl/qx509_openssl.cpp @@ -633,7 +633,7 @@ QList<QSslError> X509CertificateOpenSSL::verify(const QList<QSslCertificate> &ca // certificate will be searched. Make sure to not have expired // certificates mixed with valid ones. // - // See also: QSslContext::fromConfiguration() + // See also: QSslContext::sharedFromConfiguration() if (caCertificate.expiryDate() >= now) { q_X509_STORE_add_cert(certStore, reinterpret_cast<X509 *>(caCertificate.handle())); } |
