This commit is contained in:
Viktor Szakats 2026-03-09 00:28:30 +01:00
parent e9112f7076
commit d005d0b643
No known key found for this signature in database
8 changed files with 12 additions and 11 deletions

View file

@ -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