summaryrefslogtreecommitdiffstats
path: root/myproposal.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-05-29 18:03:15 +1000
committerDamien Miller <djm@mindrot.org>2015-05-29 18:03:15 +1000
commit599f01142a376645b15cbc9349d7e8975e1cf245 (patch)
tree838a51c795554c4510a4a9dc000c5a0bc00e9764 /myproposal.h
parent0c2a81dfc21822f2423edd30751e5ec53467b347 (diff)
fix merge botch that left ",," in KEX algs
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h4
1 files changed, 2 insertions, 2 deletions
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"