Silly error in loading Default Settings - reset port but not protocol
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 260d062..a252ef8 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,3 +1,9 @@
+#include <string.h>
+
+#define SSH_CIPHER_IDEA                1
+#define SSH_CIPHER_3DES                3
+#define SSH_CIPHER_BLOWFISH    6
+
 struct RSAKey {
     int bits;
     int bytes;