diff options
Diffstat (limited to 'libs/libcurl/src/version.c')
| -rw-r--r-- | libs/libcurl/src/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/version.c b/libs/libcurl/src/version.c index c43e69fc3c..97de3340c4 100644 --- a/libs/libcurl/src/version.c +++ b/libs/libcurl/src/version.c @@ -300,7 +300,7 @@ char *curl_version(void) protocol line has its own #if line to make things easier on the eye.
*/
-static const char * const protocols[] = {
+static const char * const supported_protocols[] = {
#ifndef CURL_DISABLE_DICT
"dict",
#endif
@@ -535,7 +535,7 @@ static curl_version_info_data version_info = { NULL, /* ssl_version */
0, /* ssl_version_num, this is kept at zero */
NULL, /* zlib_version */
- protocols,
+ supported_protocols,
NULL, /* c-ares version */
0, /* c-ares version numerical */
NULL, /* libidn version */
|
