X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/51e9d3c00a3471f284e89ec1f59f38ca25f10c5f..a2add20851e01de1e69564250aec54f193f742b3:/putty.h diff --git a/putty.h b/putty.h index fd8e13d6..b08eec81 100644 --- a/putty.h +++ b/putty.h @@ -261,6 +261,7 @@ enum { CIPHER_BLOWFISH, CIPHER_AES, /* (SSH-2 only) */ CIPHER_DES, + CIPHER_ARCFOUR, CIPHER_MAX /* no. ciphers (inc warn) */ };