mirror of
https://github.com/clearml/dropbear
synced 2025-01-30 18:36:56 +00:00
Fix so DROPBEAR_DSS is only forced for fuzzing
Regression from 787391ea3b
,
was missing fuzzing conditional
This commit is contained in:
parent
ec2215726c
commit
c043efb47c
@ -380,9 +380,11 @@
|
||||
#endif
|
||||
|
||||
/* Fuzzing expects all key types to be enabled */
|
||||
#if DROPBEAR_FUZZ
|
||||
#if defined(DROPBEAR_DSS)
|
||||
#undef DROPBEAR_DSS
|
||||
#endif
|
||||
#define DROPBEAR_DSS 1
|
||||
#endif
|
||||
|
||||
/* no include guard for this file */
|
||||
|
Loading…
Reference in New Issue
Block a user