mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08: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,
|
||||
bool strict)
|
||||
{
|
||||
CURLcode retcode;
|
||||
CURLcode retcode = CURLE_OK;
|
||||
char *str;
|
||||
long lerr;
|
||||
ASN1_TIME *certdate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user