From e87a222ce70ef7a33673daea8ac16743fa036e01 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 10 Nov 2022 16:57:28 +0800 Subject: [PATCH] Avoid hitting dropbear_lint.sh --- sysoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysoptions.h b/sysoptions.h index 507a589..8313ef9 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -383,7 +383,7 @@ #endif /* Fuzzing expects all key types to be enabled */ -#ifdef DROPBEAR_DSS +#if defined(DROPBEAR_DSS) #undef DROPBEAR_DSS #endif #define DROPBEAR_DSS 1