X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=4b0e3fefdc3eb678cbadf3818d827d627e180d7a;hb=ac61490a5b9f40a3655d363d5a1014112aae7222;hp=5ffd73cec6754766e652e92f10fb0a6d25bd227b;hpb=3c98d6e60dd98210f2ae9398379e119fbe6ca409;p=PuTTY.git 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];