mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
now reports "krb4 enabled" is that's so
This commit is contained in:
parent
7bac857fdd
commit
c62cc76fdb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user