Single-DES encryption, patch courtesy of Murphy Lam
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index a252ef8..2aac856 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,6 +1,7 @@
 #include <string.h>
 
 #define SSH_CIPHER_IDEA                1
+#define SSH_CIPHER_DES         2
 #define SSH_CIPHER_3DES                3
 #define SSH_CIPHER_BLOWFISH    6