]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add TIS authentication option
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 0636c4a1d8a7da5804242be93b8ed312e511ddf4..13609159758607d992ed61f404c82c0064db3689 100644 (file)
--- 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];