diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-01-13 20:55:04 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-01-13 20:55:04 +0800 |
commit | 1ed8d3938e736f9282f8d1cc12ac18b6fb05d4e5 (patch) | |
tree | 15b94400a64adc38deaad3e8d57cd1d4c8427dd9 /options.h | |
parent | b24984deb36300de38e2191d58ce368422c68183 (diff) |
Enable sha2 HMACs by default, they're required for ecdsa already
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ much traffic. */ * which are not the standard form. */ #define DROPBEAR_SHA1_HMAC #define DROPBEAR_SHA1_96_HMAC -/*#define DROPBEAR_SHA2_256_HMAC*/ -/*#define DROPBEAR_SHA2_512_HMAC*/ +#define DROPBEAR_SHA2_256_HMAC +#define DROPBEAR_SHA2_512_HMAC #define DROPBEAR_MD5_HMAC /* You can also disable integrity. Don't bother disabling this if you're |