diff --git a/cli-kex.c b/cli-kex.c index 2824edc..6cb75c2 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -229,7 +229,7 @@ static void ask_to_confirm(const unsigned char* keyblob, unsigned int keybloblen fclose(tty); } else { response = getc(stdin); - // flush stdin buffer + /* flush stdin buffer */ while ((getchar()) != '\n'); }