Disable Blowfish, which is no longer supported by dropbear (but they

failed to completely remove it, so it causes a compilation error if
enabled instead of being ignored).
master
Greg Alexander 3 years ago
parent a2d1ada9d2
commit fb7eab1fe9

@ -83,7 +83,7 @@ much traffic. */
#define DROPBEAR_3DES 1
#define DROPBEAR_AES256 1
/* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
#define DROPBEAR_BLOWFISH 1
//#define DROPBEAR_BLOWFISH 1
#define DROPBEAR_TWOFISH256 1
#define DROPBEAR_TWOFISH128 1

Loading…
Cancel
Save