mirror of
https://github.com/curl/curl.git
synced 2026-04-22 03:22:10 +03:00
fixes
This commit is contained in:
parent
edc374a668
commit
cebc9bfecd
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ static CURLcode ossl_certchain(struct Curl_easy *data, SSL *ssl)
|
|||
if(result)
|
||||
break;
|
||||
|
||||
BIO_printf(mem, "%lx", X509_get_version(x));
|
||||
BIO_printf(mem, "%lx", (unsigned long)X509_get_version(x));
|
||||
result = push_certinfo(data, mem, "Version", i);
|
||||
if(result)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue