From 33b815e894fb64d94fb8f50b19061ded73996ad4 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 26 Jul 2012 02:49:39 +0200 Subject: Changed Windows IDN text to 'WinIDN'. Synced the output to the same short form as we now use for Windows SSL (WinSSL). --- lib/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/version.c') diff --git a/lib/version.c b/lib/version.c index 783732403..c9175cf62 100644 --- a/lib/version.c +++ b/lib/version.c @@ -102,7 +102,7 @@ char *curl_version(void) } #endif #ifdef USE_WIN32_IDN - len = snprintf(ptr, left, " IDN-Windows-native"); + len = snprintf(ptr, left, " WinIDN"); left -= len; ptr += len; #endif -- cgit v1.2.3