mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
SSL.cpp: replace deprecated QSslSocket::systemCaCertificates() with QSslConfiguration::systemCaCertificates()
92cda94742
This commit is contained in:
parent
edae495768
commit
3cd2984e8a
@ -214,7 +214,7 @@ void MumbleSSL::addSystemCA() {
|
||||
|
||||
#if QT_VERSION >= 0x040800
|
||||
// Don't perform on-demand loading of root certificates
|
||||
QSslSocket::addDefaultCaCertificates(QSslSocket::systemCaCertificates());
|
||||
QSslSocket::addDefaultCaCertificates(QSslConfiguration::systemCaCertificates());
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user