mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -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:
1
ssh.c
1
ssh.c
@ -17,7 +17,6 @@
|
||||
#ifndef NO_GSSAPI
|
||||
#include "sshgssc.h"
|
||||
#include "sshgss.h"
|
||||
#define GSS_DEF_REKEY_MINS 2 /* Default minutes between GSS cache checks */
|
||||
#define MIN_CTXT_LIFETIME 5 /* Avoid rekey with short lifetime (seconds) */
|
||||
#define GSS_KEX_CAPABLE (1<<0) /* Can do GSS KEX */
|
||||
#define GSS_CRED_UPDATED (1<<1) /* Cred updated since previous delegation */
|
||||
|
Reference in New Issue
Block a user