X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=putty.h;h=13609159758607d992ed61f404c82c0064db3689;hb=59e798fc6d78c472f7ce013cfca1b7af6ab95330;hp=0636c4a1d8a7da5804242be93b8ed312e511ddf4;hpb=1f5bcfd90e93923c685ef5d5e744c1c9df1cf1b2;p=PuTTY.git diff --git a/putty.h b/putty.h index 0636c4a1..13609159 100644 --- a/putty.h +++ b/putty.h @@ -101,6 +101,7 @@ typedef struct { /* SSH options */ int nopty; enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher; + int try_tis_auth; /* Telnet options */ char termtype[32]; char termspeed[32];