diff options
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 1ba9975c6..ad6b6a107 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -596,6 +596,10 @@ void tool_version_info(void) printf(" %s", featp[i]); puts(""); /* newline */ } + if(strcmp(CURL_VERSION, curlinfo->version)) { + printf("WARNING: curl and libcurl versions do not match. " + "Functionality may be affected.\n"); + } } void tool_list_engines(CURL *curl) |