X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssharcf.c;h=d16ce22540b85a8f937c7f03cb3b06bddee8e612;hb=510f49e405e71ba5c97875e7a019364e1ef5fac9;hp=a9d5f7da037e115b43d563e10b69821b1164c3aa;hpb=9e20c81bc9c945565dd182854eeffa03b63f830a;p=PuTTY.git diff --git a/ssharcf.c b/ssharcf.c index a9d5f7da..d16ce225 100644 --- a/ssharcf.c +++ b/ssharcf.c @@ -102,7 +102,7 @@ const struct ssh2_cipher ssh_arcfour128_ssh2 = { arcfour_make_context, arcfour_free_context, arcfour_iv, arcfour128_key, arcfour_block, arcfour_block, NULL, NULL, "arcfour128", - 1, 128, 0, "Arcfour-128", + 1, 128, 16, 0, "Arcfour-128", NULL }; @@ -110,7 +110,7 @@ const struct ssh2_cipher ssh_arcfour256_ssh2 = { arcfour_make_context, arcfour_free_context, arcfour_iv, arcfour256_key, arcfour_block, arcfour_block, NULL, NULL, "arcfour256", - 1, 256, 0, "Arcfour-256", + 1, 256, 32, 0, "Arcfour-256", NULL };