mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +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
|
#endif
|
||||||
|
|
||||||
/* Fuzzing expects all key types to be enabled */
|
/* Fuzzing expects all key types to be enabled */
|
||||||
|
#if DROPBEAR_FUZZ
|
||||||
#if defined(DROPBEAR_DSS)
|
#if defined(DROPBEAR_DSS)
|
||||||
#undef DROPBEAR_DSS
|
#undef DROPBEAR_DSS
|
||||||
#endif
|
#endif
|
||||||
#define DROPBEAR_DSS 1
|
#define DROPBEAR_DSS 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* no include guard for this file */
|
/* no include guard for this file */
|
||||||
|
Loading…
Reference in New Issue
Block a user