mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +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() {
|
void crypto_init() {
|
||||||
|
|
||||||
const struct ltc_cipher_descriptor *regciphers[] = {
|
const struct ltc_cipher_descriptor *regciphers[] = {
|
||||||
#ifdef DROPBEAR_AES128_CBC
|
#ifdef DROPBEAR_AES_CBC
|
||||||
&aes_desc,
|
&aes_desc,
|
||||||
#endif
|
#endif
|
||||||
#ifdef DROPBEAR_BLOWFISH_CBC
|
#ifdef DROPBEAR_BLOWFISH_CBC
|
||||||
&blowfish_desc,
|
&blowfish_desc,
|
||||||
#endif
|
#endif
|
||||||
#ifdef DROPBEAR_TWOFISH128_CBC
|
#ifdef DROPBEAR_TWOFISH_CBC
|
||||||
&twofish_desc,
|
&twofish_desc,
|
||||||
#endif
|
#endif
|
||||||
#ifdef DROPBEAR_3DES_CBC
|
#ifdef DROPBEAR_3DES_CBC
|
||||||
|
Loading…
Reference in New Issue
Block a user