# HG changeset patch # User Matt Johnston # Date 1603284562 -28800 # Node ID 36e77a51d5e4c600fa70565240890fe0145b68d2 # Parent 3b9b427925a0869bfd48d4dbde8b207cf63f993b Fix #ifdef DROPBEAR_FUZZ (caught by linter) diff -r 3b9b427925a0 -r 36e77a51d5e4 common-session.c --- a/common-session.c Tue Oct 20 23:34:38 2020 +0800 +++ b/common-session.c Wed Oct 21 20:49:22 2020 +0800 @@ -466,7 +466,7 @@ return -1; } -#ifdef DROPBEAR_FUZZ +#if DROPBEAR_FUZZ fuzz_dump(&in, 1); #endif