From 34f24b18415200f053a7c78ecec2b7b11a7f8135 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 21 Oct 2020 20:49:22 +0800 Subject: Fix #ifdef DROPBEAR_FUZZ (caught by linter) --- common-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-session.c b/common-session.c index f670576..bfe6284 100644 --- a/common-session.c +++ b/common-session.c @@ -466,7 +466,7 @@ static int ident_readln(int fd, char* buf, int count) { return -1; } -#ifdef DROPBEAR_FUZZ +#if DROPBEAR_FUZZ fuzz_dump(&in, 1); #endif -- cgit v1.2.3