mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
Disable Blowfish by default, it has inefficient key memory use
--HG-- extra : convert_revision : a37b8ae5fb524be221dbdfd71b4f35eb6a48565c
This commit is contained in:
parent
a996e61a2e
commit
8181d41bb5
@ -86,7 +86,8 @@ much traffic. */
|
||||
#define DROPBEAR_AES128
|
||||
#define DROPBEAR_3DES
|
||||
#define DROPBEAR_AES256
|
||||
#define DROPBEAR_BLOWFISH
|
||||
/* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
|
||||
/*#define DROPBEAR_BLOWFISH*/
|
||||
#define DROPBEAR_TWOFISH256
|
||||
#define DROPBEAR_TWOFISH128
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user