Browse Source

Update "HTTPS tracker validation" enablement conditional

https://github.com/arvidn/libtorrent/pull/5313
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
0baa23f553
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/bittorrent/session.h

2
src/base/bittorrent/session.h

@ -51,7 +51,7 @@ @@ -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

Loading…
Cancel
Save