From ffd835c11f5c4d7266fcc7ef57638f5e1a2a6c41 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 20 Apr 2005 20:57:00 +0000 Subject: [PATCH] Enable arcfour256-draft-00@putty.projects.tartarus.org, since I've now tested it against an independent implementation. git-svn-id: svn://svn.tartarus.org/sgt/putty@5649 cda61777-01e9-0310-a592-d414129be87e --- ssharcf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ssharcf.c b/ssharcf.c index 59464881..2e7287ea 100644 --- 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, }; -- 2.11.0