Loading src/tool_help.c +2 −4 Original line number Diff line number Diff line Loading @@ -507,7 +507,8 @@ static const struct feat feats[] = { {"HTTP2", CURL_VERSION_HTTP2}, {"UnixSockets", CURL_VERSION_UNIX_SOCKETS}, {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY}, {"MultiSSL", CURL_VERSION_MULTI_SSL} {"MultiSSL", CURL_VERSION_MULTI_SSL}, {"PSL", CURL_VERSION_PSL}, }; void tool_help(void) Loading Loading @@ -550,9 +551,6 @@ void tool_version_info(void) } #ifdef USE_METALINK printf("Metalink "); #endif #ifdef USE_LIBPSL printf("PSL "); #endif puts(""); /* newline */ } Loading Loading
src/tool_help.c +2 −4 Original line number Diff line number Diff line Loading @@ -507,7 +507,8 @@ static const struct feat feats[] = { {"HTTP2", CURL_VERSION_HTTP2}, {"UnixSockets", CURL_VERSION_UNIX_SOCKETS}, {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY}, {"MultiSSL", CURL_VERSION_MULTI_SSL} {"MultiSSL", CURL_VERSION_MULTI_SSL}, {"PSL", CURL_VERSION_PSL}, }; void tool_help(void) Loading Loading @@ -550,9 +551,6 @@ void tool_version_info(void) } #ifdef USE_METALINK printf("Metalink "); #endif #ifdef USE_LIBPSL printf("PSL "); #endif puts(""); /* newline */ } Loading