Skip to content

Commit

Permalink
Force rsa sha1 when fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Dec 18, 2024
1 parent f3465a3 commit 7e1b2db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sysoptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@
#endif
#define DROPBEAR_DSS 1

#if defined(DROPBEAR_RSA_SHA1)
#undef DROPBEAR_RSA_SHA1
#endif
#define DROPBEAR_RSA_SHA1 1

#if defined(DROPBEAR_USE_SSH_CONFIG)
#undef DROPBEAR_USE_SSH_CONFIG
#endif
Expand Down

0 comments on commit 7e1b2db

Please sign in to comment.