mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-30 11:18:12 +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:
parent
a2d1ada9d2
commit
fb7eab1fe9
@ -83,7 +83,7 @@ much traffic. */
|
|||||||
#define DROPBEAR_3DES 1
|
#define DROPBEAR_3DES 1
|
||||||
#define DROPBEAR_AES256 1
|
#define DROPBEAR_AES256 1
|
||||||
/* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
|
/* 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_TWOFISH256 1
|
||||||
#define DROPBEAR_TWOFISH128 1
|
#define DROPBEAR_TWOFISH128 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user