mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08:00
parent
3c9256c8a0
commit
c72edfa8db
@ -43,7 +43,7 @@ SFTP and SCP
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
enum curl_khmatch match,
|
||||
void *clientp)
|
||||
{
|
||||
/* 'clientp' points to the callback_data struct */
|
||||
|
@ -56,7 +56,7 @@ struct curl_khkey {
|
||||
int ssh_keycallback(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
enum curl_khmatch match,
|
||||
void *clientp);
|
||||
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KEYFUNCTION,
|
||||
@ -108,7 +108,7 @@ SFTP and SCP
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
enum curl_khmatch match,
|
||||
void *clientp)
|
||||
{
|
||||
/* 'clientp' points to the callback_data struct */
|
||||
|
Loading…
x
Reference in New Issue
Block a user