1
1

pedantic: make the code C90 clean

Этот коммит содержится в:
Daniel Stenberg 2010-05-03 22:16:01 +02:00
родитель 79b97c67c7
Коммит 9251642ef3

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

@ -52,10 +52,10 @@ static void kbd_callback(const char *name, int name_len,
LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses,
void **abstract)
{
(void)abstract;
int i;
size_t n;
char buf[1024];
(void)abstract;
printf("Performing keyboard-interactive authentication.\n");