mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
pedantic: make the code C90 clean
This commit is contained in:
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user