From 59227bf0756e79edbe1082aa45d0a22a40c5fa17 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Dec 2008 22:00:36 +0000 Subject: - Peter Korsgaard fixed building libcurl with "configure --with-ssl --disable-verbose". --- lib/ssluse.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/ssluse.c') diff --git a/lib/ssluse.c b/lib/ssluse.c index c7258862f..7bf549f53 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -923,10 +923,6 @@ static int asn1_output(const ASN1_UTCTIME *tm, int i; int year=0,month=0,day=0,hour=0,minute=0,second=0; -#ifdef CURL_DISABLE_VERBOSE_STRINGS - (void)prefix; -#endif - i=tm->length; asn1_string=(const char *)tm->data; -- cgit v1.2.3