From 2bd1d7e996e8c781f14af8d3e7d0ffbd4033d5f1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 24 Mar 2007 17:23:01 +0000 Subject: Fixed a couple of compile problems. --- lib/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index 30cd22508..581606e78 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -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]; -- cgit v1.2.3