]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Implement my experimental arcfour modes. The 256-bit version is disabled
[PuTTY.git] / config.c
index 8a4719537a43fe85f2b53431f6cf8bf10a4eb705..638e3d8dac59894ce8f306b0561078b02a978b84 100644 (file)
--- a/config.c
+++ b/config.c
@@ -120,6 +120,7 @@ static void cipherlist_handler(union control *ctrl, void *dlg,
            { "Blowfish",               CIPHER_BLOWFISH },
            { "DES",                    CIPHER_DES },
            { "AES (SSH-2 only)",       CIPHER_AES },
+           { "Arcfour (SSH-2 only)",   CIPHER_ARCFOUR },
            { "-- warn below here --",  CIPHER_WARN }
        };