disable group1 in default config

This commit is contained in:
Matt Johnston 2018-02-26 22:14:11 +08:00
parent 0fc20c70af
commit 4aa72b96c1

View File

@ -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