Basic configurability for client-initiated rekeys.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 5ffd73c..4b0e3fe 100644 (file)
--- 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];