1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-14 02:59:05 +00:00

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).
This commit is contained in:
Greg Alexander 2020-12-28 22:58:34 -05:00
parent a2d1ada9d2
commit fb7eab1fe9

View File

@ -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