mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +03:00
lib/v*: tidy up types and casts
Also add a couple of negative checks. Cherry-picked from #13489 Closes #13622
This commit is contained in:
parent
1d63e331de
commit
0887297100
20 changed files with 157 additions and 145 deletions
|
|
@ -163,7 +163,7 @@ struct ssh_conn {
|
|||
unsigned kbd_state; /* 0 or 1 */
|
||||
ssh_key privkey;
|
||||
ssh_key pubkey;
|
||||
int auth_methods;
|
||||
unsigned int auth_methods;
|
||||
ssh_session ssh_session;
|
||||
ssh_scp scp_session;
|
||||
sftp_session sftp_session;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue