summaryrefslogtreecommitdiffstats
path: root/src/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kex.c')
-rw-r--r--src/kex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kex.c b/src/kex.c
index c23e298..f2b5a93 100644
--- a/src/kex.c
+++ b/src/kex.c
@@ -56,6 +56,7 @@
#endif
#define DES "3des-cbc"
+#define SIMPLEDES "des-cbc-ssh1"
#endif
#ifdef WITH_ZLIB
@@ -93,6 +94,7 @@ const char *supported_methods[] = {
HOSTKEYS,
AES BLOWFISH DES,
AES BLOWFISH DES,
+ SIMPLEDES,
"hmac-sha1",
"hmac-sha1",
ZLIB,