Skip to content
Snippets Groups Projects
Commit c62cc76f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

now reports "krb4 enabled" is that's so

parent 7bac857f
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,14 @@ char *curl_version(void)
ptr=strchr(ptr, '\0');
#endif
#ifdef KRB4
sprintf(ptr, " (krb4 enabled)");
ptr += strlen(ptr);
#endif
#ifdef USE_ZLIB
sprintf(ptr, " (zlib %s)", zlibVersion());
ptr += strlen(ptr);
#endif
return version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment