X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f25da523d156f0d30858552e0eec860462df1ca8..9697bfd21dde432bf41956e73f73c162eff352a8:/putty.h diff --git a/putty.h b/putty.h index 0ca50aa5..56f504c0 100644 --- a/putty.h +++ b/putty.h @@ -97,7 +97,7 @@ typedef struct { int close_on_exit; /* SSH options */ int nopty; - enum { CIPHER_3DES, CIPHER_BLOWFISH } cipher; + enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher; /* Telnet options */ char termtype[32]; char termspeed[32];