mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
- register AES and Twofish even if just the 256 bit key variants are used
--HG-- extra : convert_revision : 6a05bc31e3e23ebb4c75cc18c69af7a4977e2313
This commit is contained in:
parent
77f4520207
commit
cebbc4e2b7
@ -148,13 +148,13 @@ algo_type sshkex[] = {
|
||||
void crypto_init() {
|
||||
|
||||
const struct ltc_cipher_descriptor *regciphers[] = {
|
||||
#ifdef DROPBEAR_AES128_CBC
|
||||
#ifdef DROPBEAR_AES_CBC
|
||||
&aes_desc,
|
||||
#endif
|
||||
#ifdef DROPBEAR_BLOWFISH_CBC
|
||||
&blowfish_desc,
|
||||
#endif
|
||||
#ifdef DROPBEAR_TWOFISH128_CBC
|
||||
#ifdef DROPBEAR_TWOFISH_CBC
|
||||
&twofish_desc,
|
||||
#endif
|
||||
#ifdef DROPBEAR_3DES_CBC
|
||||
|
Loading…
Reference in New Issue
Block a user