summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-01-13 20:55:04 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-01-13 20:55:04 +0800
commitf36e2c6fe9a0e242f0cb0110b47b2a0b9ead6e56 (patch)
treeaedf6d72f0c9714c858acdb8223cb016abb95da1 /options.h
parent3e8ea49bb5454a2a7a506aded05f3cbf7cc2592d (diff)
downloaddropbear-f36e2c6fe9a0e242f0cb0110b47b2a0b9ead6e56.tar.gz
Enable sha2 HMACs by default, they're required for ecdsa already
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index 56b6370..c96709c 100644
--- a/options.h
+++ b/options.h
@@ -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