# HG changeset patch # User Matt Johnston # Date 1421153704 -28800 # Node ID 6c0fb5428aaa0f0156029f24c24984e72199fa5a # Parent ed85797bbc85301263c54210ec570f6585c6507d Enable sha2 HMACs by default, they're required for ecdsa already diff -r ed85797bbc85 -r 6c0fb5428aaa options.h --- a/options.h Sun Jan 04 23:10:59 2015 +0800 +++ b/options.h Tue Jan 13 20:55:04 2015 +0800 @@ -123,8 +123,8 @@ * 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