mirror of
https://github.com/curl/curl.git
synced 2026-06-15 18:45:36 +03:00
fixes
This commit is contained in:
parent
b23dbd4448
commit
b728aedbd8
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ int main(int argc, const char **argv)
|
|||
assert(result == CURLSSLSET_UNKNOWN_BACKEND);
|
||||
|
||||
for(i = 0; list[i]; i++)
|
||||
printf("SSL backend #%d: '%s' (ID: %u)\n",
|
||||
i, list[i]->name, list[i]->id);
|
||||
printf("SSL backend #%d: '%s' (ID: %d)\n",
|
||||
i, list[i]->name, (int)list[i]->id);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue