X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/033b4cef1e52d65786b00df47f57361b96ca4321..7cca0d811c4d1b5bb346cd60fdfa461a558aefec:/putty.h diff --git a/putty.h b/putty.h index 3b2257a0..a8135117 100644 --- a/putty.h +++ b/putty.h @@ -135,6 +135,7 @@ typedef struct { /* SSH options */ int nopty; enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher; + char keyfile[FILENAME_MAX]; int try_tis_auth; /* Telnet options */ char termtype[32];