# HG changeset patch # User Matt Johnston # Date 1337176610 -28800 # Node ID bd4b5d7886e5ecc4bbebd246e2b35f1e5406168d # Parent 03073a27abb343958b00b81d420993aa8da258de Disable SHA256 and SHA512 by default in options.h diff -r 03073a27abb3 -r bd4b5d7886e5 options.h --- a/options.h Thu May 10 08:38:37 2012 +0800 +++ b/options.h Wed May 16 21:56:50 2012 +0800 @@ -112,8 +112,8 @@ #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 /* Hostkey/public key algorithms - at least one required, these are used