mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
Fixed a couple of compile problems.
This commit is contained in:
parent
3b355421ec
commit
2bd1d7e996
2 changed files with 3 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ CURLcode Curl_ssh_connect(struct connectdata *conn, bool *done)
|
|||
*/
|
||||
if ((data->set.ssh_auth_types & CURLSSH_AUTH_PUBLICKEY) &&
|
||||
(strstr(authlist, "publickey") != NULL)) {
|
||||
const char *home;
|
||||
char *home;
|
||||
const char *passphrase;
|
||||
char rsa_pub[PATH_MAX];
|
||||
char rsa[PATH_MAX];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue