summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-16 21:56:50 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-16 21:56:50 +0800
commit45a3e542b448f44077a52cc25321fc143251158f (patch)
tree24355e830a2d316f401168bf3c711f1d1379e820
parent1cd228b939938af6642c336f18d864fba262c524 (diff)
downloaddropbear-45a3e542b448f44077a52cc25321fc143251158f.tar.gz
Disable SHA256 and SHA512 by default in options.h
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index 77a7c73..a2848a5 100644
--- a/options.h
+++ b/options.h
@@ -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