Rename cred handle lifetime to endtime

And change type from OM_uint32 to time_t.
This commit is contained in:
Viktor Dukhovni
2015-04-13 18:43:15 -05:00
committed by Nicolas Williams
parent 3bb33fa6e8
commit dee03d9bee
5 changed files with 6 additions and 13 deletions

View File

@@ -134,7 +134,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_add_cred (
}
handle->usage = cred_usage;
handle->lifetime = cred->lifetime;
handle->endtime = cred->endtime;
handle->principal = NULL;
handle->keytab = NULL;
handle->ccache = NULL;