# HG changeset patch # User Matt Johnston # Date 1519654451 -28800 # Node ID 940828026f2839b67b009ade69e7b33abcd92406 # Parent bb55dffab5ba55a8a0f172b8533f7b21c68a9dc3 disable group1 in default config diff -r bb55dffab5ba -r 940828026f28 default_options.h --- a/default_options.h Mon Feb 26 22:12:39 2018 +0800 +++ b/default_options.h Mon Feb 26 22:14:11 2018 +0800 @@ -149,7 +149,7 @@ * 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