Force DROPBEAR_DSS when fuzzing

This commit is contained in:
Matt Johnston 2022-11-10 14:49:26 +08:00
parent c9a16e661a
commit 787391ea3b

View File

@ -382,4 +382,10 @@
#define DROPBEAR_MULTI 0
#endif
/* Fuzzing expects all key types to be enabled */
#ifdef DROPBEAR_DSS
#undef DROPBEAR_DSS
#endif
#define DROPBEAR_DSS 1
/* no include guard for this file */