XMRIG_FEATURE_HTTP & XMRIG_FEATURE_API

This commit is contained in:
XMRig 2019-03-28 22:54:27 +07:00
parent 034720e888
commit 1e0c410eea
10 changed files with 21 additions and 27 deletions

View file

@ -27,11 +27,6 @@
#include <uv.h>
#ifndef XMRIG_NO_HTTPD
# include <microhttpd.h>
#endif
#ifdef XMRIG_FEATURE_TLS
# include <openssl/opensslv.h>
#endif
@ -73,10 +68,6 @@ static int showVersion()
printf("\nlibuv/%s\n", uv_version_string());
# ifndef XMRIG_NO_HTTPD
printf("microhttpd/%s\n", MHD_get_version());
# endif
# if defined(XMRIG_FEATURE_TLS) && defined(OPENSSL_VERSION_TEXT)
{
constexpr const char *v = OPENSSL_VERSION_TEXT + 8;