X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/83e7d008503efaaf4b727224b71a0fd828960c81..e6c1536e0910c5ffce7720d67c474f668b8f6039:/putty.h diff --git a/putty.h b/putty.h index 5ffd73ce..4b0e3fef 100644 --- a/putty.h +++ b/putty.h @@ -400,6 +400,8 @@ struct config_tag { int nopty; int compression; int ssh_kexlist[KEX_MAX]; + int ssh_rekey_time; /* in minutes */ + char ssh_rekey_data[16]; int agentfwd; int change_username; /* allow username switching in SSH2 */ int ssh_cipherlist[CIPHER_MAX];