comparison sysoptions.h @ 502:43bbe17d6ba0

- Add Counter Mode support
author Matt Johnston <matt@ucc.asn.au>
date Mon, 29 Sep 2008 13:53:31 +0000
parents d58c478bd399
children 7fc4ba3c1cbb
comparison
equal deleted inserted replaced
501:d58c478bd399 502:43bbe17d6ba0
132 132
133 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll 133 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll
134 accept for keyb-interactive 134 accept for keyb-interactive
135 auth */ 135 auth */
136 136
137 #if defined(DROPBEAR_AES256_CBC) || defined(DROPBEAR_AES128_CBC) 137 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128)
138 #define DROPBEAR_AES_CBC 138 #define DROPBEAR_AES
139 #endif 139 #endif
140 140
141 #if defined(DROPBEAR_TWOFISH256_CBC) || defined(DROPBEAR_TWOFISH128_CBC) 141 #if defined(DROPBEAR_TWOFISH256) || defined(DROPBEAR_TWOFISH128)
142 #define DROPBEAR_TWOFISH_CBC 142 #define DROPBEAR_TWOFISH
143 #endif 143 #endif
144 144
145 #ifndef ENABLE_X11FWD 145 #ifndef ENABLE_X11FWD
146 #define DISABLE_X11FWD 146 #define DISABLE_X11FWD
147 #endif 147 #endif