diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-26 22:14:11 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-26 22:14:11 +0800 |
commit | 4aa72b96c1a26ddc05fc22f56c50c9145d36020c (patch) | |
tree | b452717f6a0a02bc1b81e289f9d645b2457e29de /default_options.h | |
parent | 0fc20c70af11512b219bb17d3aefd9be436cd83e (diff) |
disable group1 in default config
Diffstat (limited to 'default_options.h')
-rw-r--r-- | default_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default_options.h b/default_options.h index 70836bc..853aba6 100644 --- a/default_options.h +++ b/default_options.h @@ -149,7 +149,7 @@ IMPORTANT: Some options will require "make clean" after changes */ * Small systems should generally include either curve25519 or ecdh for performance. * curve25519 is less widely supported but is faster */ -#define DROPBEAR_DH_GROUP1 1 +#define DROPBEAR_DH_GROUP1 0 #define DROPBEAR_DH_GROUP14_SHA1 1 #define DROPBEAR_DH_GROUP14_SHA256 1 #define DROPBEAR_DH_GROUP16 0 |