changeset 1752:36e77a51d5e4

Fix #ifdef DROPBEAR_FUZZ (caught by linter)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 21 Oct 2020 20:49:22 +0800
parents 3b9b427925a0
children 7c0fcd19e492
files common-session.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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