comparison options.h @ 1014:37c510c2ac7c coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 Feb 2015 21:47:43 +0800
parents a1e79ffa5862
children deed0571cacc
comparison
equal deleted inserted replaced
1006:0aa1feb8adda 1014:37c510c2ac7c
93 #define DROPBEAR_AES128 93 #define DROPBEAR_AES128
94 #define DROPBEAR_3DES 94 #define DROPBEAR_3DES
95 #define DROPBEAR_AES256 95 #define DROPBEAR_AES256
96 /* Compiling in Blowfish will add ~6kB to runtime heap memory usage */ 96 /* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
97 /*#define DROPBEAR_BLOWFISH*/ 97 /*#define DROPBEAR_BLOWFISH*/
98 /*#define DROPBEAR_TWOFISH256*/ 98 #define DROPBEAR_TWOFISH256
99 /*#define DROPBEAR_TWOFISH128*/ 99 #define DROPBEAR_TWOFISH128
100 100
101 /* Enable CBC mode for ciphers. This has security issues though 101 /* Enable CBC mode for ciphers. This has security issues though
102 * is the most compatible with older SSH implementations */ 102 * is the most compatible with older SSH implementations */
103 #define DROPBEAR_ENABLE_CBC_MODE 103 #define DROPBEAR_ENABLE_CBC_MODE
104 104