Rename cred handle lifetime to endtime
And change type from OM_uint32 to time_t.
This commit is contained in:

committed by
Nicolas Williams

parent
3bb33fa6e8
commit
dee03d9bee
@@ -95,7 +95,7 @@ typedef struct {
|
||||
#define GSS_CF_DESTROY_CRED_ON_RELEASE 1
|
||||
#define GSS_CF_NO_CI_FLAGS 2
|
||||
struct krb5_keytab_data *keytab;
|
||||
OM_uint32 lifetime;
|
||||
time_t endtime;
|
||||
gss_cred_usage_t usage;
|
||||
gss_OID_set mechanisms;
|
||||
struct krb5_ccache_data *ccache;
|
||||
|
Reference in New Issue
Block a user