summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--myproposal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h
index a3e444b28..84b63bcd5 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -88,10 +88,10 @@
88 KEX_ECDH_METHODS \ 88 KEX_ECDH_METHODS \
89 KEX_SHA256_METHODS 89 KEX_SHA256_METHODS
90 90
91#define KEX_SERVER_KEX KEX_COMMON_KEX "," \ 91#define KEX_SERVER_KEX KEX_COMMON_KEX \
92 "diffie-hellman-group14-sha1" \ 92 "diffie-hellman-group14-sha1" \
93 93
94#define KEX_CLIENT_KEX KEX_COMMON_KEX "," \ 94#define KEX_CLIENT_KEX KEX_COMMON_KEX \
95 "diffie-hellman-group-exchange-sha1," \ 95 "diffie-hellman-group-exchange-sha1," \
96 "diffie-hellman-group14-sha1," \ 96 "diffie-hellman-group14-sha1," \
97 "diffie-hellman-group1-sha1" 97 "diffie-hellman-group1-sha1"