This commit is contained in:
Jacob Nevins 2016-03-19 19:41:53 +00:00
Родитель 0fadffe0cb
Коммит a2e3aa6977
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1208,7 +1208,7 @@ int verify_ssh_host_key(void *frontend, char *host, int port,
void (*callback)(void *ctx, int result), void *ctx);
/*
* have_ssh_host_key() just returns true if a key of that type is
* already chached and false otherwise.
* already cached and false otherwise.
*/
int have_ssh_host_key(const char *host, int port, const char *keytype);
/*