1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 09:37:34 -05:00

Centralise definition of GSSAPI check interval.

It was defined separately as 2 minutes in ssh.c and settings.c.
Now both of those refer to a single definition in sshgss.h.
This commit is contained in:
Simon Tatham
2018-05-01 18:53:30 +01:00
parent e3cc024e38
commit 5788226460
3 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,8 @@ typedef gss_name_t Ssh_gss_name;
#define GSS_NO_EXPIRATION ((time_t)-1)
#define GSS_DEF_REKEY_MINS 2 /* Default minutes between GSS cache checks */
/* Functions, provided by either wingss.c or sshgssc.c */
struct ssh_gss_library;