mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Refactor: move the validation of certificates & key functions under Server class
Rename method Add log messages
This commit is contained in:
parent
05d8c46bb0
commit
7f346b49a7
3 changed files with 27 additions and 16 deletions
|
@ -55,7 +55,7 @@ namespace Http
|
|||
~Server();
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
void enableHttps(const QList<QSslCertificate> &certificates, const QSslKey &key);
|
||||
bool setupHttps(const QByteArray &certificates, const QByteArray &key);
|
||||
void disableHttps();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue