Added TLS support for API and many other TLS related changes.

This commit is contained in:
XMRig
2020-03-18 20:09:11 +07:00
parent 2b80ccd135
commit e1160b6db2
38 changed files with 1601 additions and 178 deletions

View File

@@ -27,7 +27,7 @@
#ifdef XMRIG_FEATURE_TLS
# include "base/net/http/HttpsClient.h"
# include "base/net/https/HttpsClient.h"
#endif