mirror of
https://github.com/clearml/dropbear
synced 2025-01-30 18:36:56 +00:00
Force DROPBEAR_DSS when fuzzing
This commit is contained in:
parent
c9a16e661a
commit
787391ea3b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user