From 599f01142a376645b15cbc9349d7e8975e1cf245 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 29 May 2015 18:03:15 +1000 Subject: fix merge botch that left ",," in KEX algs --- myproposal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'myproposal.h') diff --git a/myproposal.h b/myproposal.h index a3e444b2..84b63bcd 100644 --- a/myproposal.h +++ b/myproposal.h @@ -88,10 +88,10 @@ KEX_ECDH_METHODS \ KEX_SHA256_METHODS -#define KEX_SERVER_KEX KEX_COMMON_KEX "," \ +#define KEX_SERVER_KEX KEX_COMMON_KEX \ "diffie-hellman-group14-sha1" \ -#define KEX_CLIENT_KEX KEX_COMMON_KEX "," \ +#define KEX_CLIENT_KEX KEX_COMMON_KEX \ "diffie-hellman-group-exchange-sha1," \ "diffie-hellman-group14-sha1," \ "diffie-hellman-group1-sha1" -- cgit v1.2.3