Mercurial > dropbear
diff common-algo.c @ 503:0cdbc95bb3d2
- Get rid of blowfish and twofish CTR since they weren't likely
to be that useful
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 29 Sep 2008 14:30:47 +0000 |
parents | 43bbe17d6ba0 |
children | 582cb38e4eb5 e12c9225acbd |
line wrap: on
line diff
--- a/common-algo.c Mon Sep 29 13:53:31 2008 +0000 +++ b/common-algo.c Mon Sep 29 14:30:47 2008 +0000 @@ -128,15 +128,6 @@ #ifdef DROPBEAR_AES256 {"aes256-ctr", 0, &dropbear_aes256, 1, &dropbear_mode_ctr}, #endif -#ifdef DROPBEAR_TWOFISH256 - {"twofish256-ctr", 0, &dropbear_twofish256, 1, &dropbear_mode_ctr}, -#endif -#ifdef DROPBEAR_TWOFISH128 - {"twofish128-ctr", 0, &dropbear_twofish128, 1, &dropbear_mode_ctr}, -#endif -#ifdef DROPBEAR_BLOWFISH - {"blowfish-ctr", 0, &dropbear_blowfish, 1, &dropbear_mode_ctr}, -#endif #endif /* DROPBEAR_ENABLE_CTR_MODE */ /* CBC modes are always enabled */