]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssharcf.c
Enable arcfour256-draft-00@putty.projects.tartarus.org, since I've now tested
[PuTTY.git] / ssharcf.c
index 59464881b6f106a079074382cac6993f7221dba9..2e7287eadc204792fa887a3c9ee1b1f1c68e2cd7 100644 (file)
--- a/ssharcf.c
+++ b/ssharcf.c
@@ -112,12 +112,8 @@ const struct ssh2_cipher ssh_arcfour256_ssh2 = {
     1, 256, "Arcfour-256"
 };
 
-/*
- * arcfour256-draft-00@putty.projects.tartarus.org is as-yet untested
- * against any other implementation, and hence is commented out.
- */
 static const struct ssh2_cipher *const arcfour_list[] = {
-/*  &ssh_arcfour256_ssh2, */
+    &ssh_arcfour256_ssh2,
     &ssh_arcfour128_ssh2,
 };