pedantic: make the code C90 clean
This commit is contained in:
parent
79b97c67c7
commit
9251642ef3
@ -52,10 +52,10 @@ static void kbd_callback(const char *name, int name_len,
|
|||||||
LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses,
|
LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses,
|
||||||
void **abstract)
|
void **abstract)
|
||||||
{
|
{
|
||||||
(void)abstract;
|
|
||||||
int i;
|
int i;
|
||||||
size_t n;
|
size_t n;
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
(void)abstract;
|
||||||
|
|
||||||
printf("Performing keyboard-interactive authentication.\n");
|
printf("Performing keyboard-interactive authentication.\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user