mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
fixes
This commit is contained in:
parent
e9112f7076
commit
d005d0b643
8 changed files with 12 additions and 11 deletions
|
|
@ -199,7 +199,7 @@ static int my_progress_d_cb(void *userdata,
|
|||
(struct rustls_connection *)tls->internals);
|
||||
assert(v);
|
||||
curl_mfprintf(stderr, "[t-%zu] info rustls TLS version 0x%x\n",
|
||||
t->idx, v);
|
||||
t->idx, (unsigned int)v);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue