mirror of
https://github.com/curl/curl.git
synced 2026-08-06 06:06:15 +03:00
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
--disable-verbose".
This commit is contained in:
parent
f61cfc5931
commit
59227bf075
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue