mirror of
https://github.com/curl/curl.git
synced 2026-05-18 19:16:21 +03:00
parent
3c9256c8a0
commit
c72edfa8db
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue