X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0d7c43a66792eefefde572be67a705a7a8d73fda..7f1ae1d2bbbfb351d173113193250d61666eb72e:/putty.h diff --git a/putty.h b/putty.h index d8be7e51..de92ab69 100644 --- a/putty.h +++ b/putty.h @@ -173,7 +173,7 @@ enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_AES, /* (SSH 2 only) */ - CIPHER_DES, /* (SSH 1 only) */ + CIPHER_DES, CIPHER_MAX /* no. ciphers (inc warn) */ };