mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
Fix compiler warning: variable may be used uninitialized
This commit is contained in:
parent
31e2409d6b
commit
8fa599215b
@ -1581,7 +1581,7 @@ static CURLcode servercert(struct connectdata *conn,
|
|||||||
struct ssl_connect_data *connssl,
|
struct ssl_connect_data *connssl,
|
||||||
bool strict)
|
bool strict)
|
||||||
{
|
{
|
||||||
CURLcode retcode;
|
CURLcode retcode = CURLE_OK;
|
||||||
char *str;
|
char *str;
|
||||||
long lerr;
|
long lerr;
|
||||||
ASN1_TIME *certdate;
|
ASN1_TIME *certdate;
|
||||||
|
Loading…
Reference in New Issue
Block a user