Update "HTTPS tracker validation" enablement conditional

https://github.com/arvidn/libtorrent/pull/5313
This commit is contained in:
Chocobo1 2020-12-01 10:37:16 +08:00 committed by sledgehammer999
parent 422489e2a1
commit e5d7738127
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -51,7 +51,7 @@
#include "sessionstatus.h"
#include "torrentinfo.h"
#if !defined(Q_OS_WIN)
#if !defined(Q_OS_WIN) || (LIBTORRENT_VERSION_NUM >= 10212)
#define HAS_HTTPS_TRACKER_VALIDATION
#endif