]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Implement my experimental arcfour modes. The 256-bit version is disabled
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index bf1ba48b8962bcc18b8d4a3dc76a1db82f64d62a..87011e97ff6b6da12413b11c88182264c845484e 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -233,6 +233,7 @@ extern const struct ssh2_ciphers ssh2_3des;
 extern const struct ssh2_ciphers ssh2_des;
 extern const struct ssh2_ciphers ssh2_aes;
 extern const struct ssh2_ciphers ssh2_blowfish;
+extern const struct ssh2_ciphers ssh2_arcfour;
 extern const struct ssh_kex ssh_diffiehellman_group1;
 extern const struct ssh_kex ssh_diffiehellman_group14;
 extern const struct ssh_kex ssh_diffiehellman_gex;