X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a2add20851e01de1e69564250aec54f193f742b3..c6e05bdcc58c3dfe7aa245fe3a7b23160cebeaa5:/ssharcf.c 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, };