aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-28 22:00:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-28 22:00:36 +0000
commit59227bf0756e79edbe1082aa45d0a22a40c5fa17 (patch)
tree709235396f73e34d3c44a6838ac3787a2f07ef74 /lib/ssluse.c
parentf61cfc59314e4779c13312efc4845f580f0933b1 (diff)
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
--disable-verbose".
Diffstat (limited to 'lib/ssluse.c')
-rw-r--r--lib/ssluse.c4
1 files changed, 0 insertions, 4 deletions
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;