diff options
author | Matt Johnston <matt@ucc.asn.au> | 2012-05-16 21:56:50 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2012-05-16 21:56:50 +0800 |
commit | 41f50057f1671f4fd44cf7bc752a54f0897b709c (patch) | |
tree | 394b45a99401c2dc2801b5fb2c4316f23d38a064 | |
parent | c62e53807f6e7cf49544cbd7103929282a628311 (diff) |
Disable SHA256 and SHA512 by default in options.h
--HG--
branch : sha2
-rw-r--r-- | options.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,8 +112,8 @@ much traffic. */ #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 |