Fix VC warning about enctypes
This commit is contained in:

committed by
Jeffrey Altman

parent
6f7c0e53c8
commit
7b76d6719f
@@ -432,7 +432,7 @@ GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
|
||||
gss_krb5_set_allowable_enctypes(OM_uint32 *minor_status,
|
||||
gss_cred_id_t cred,
|
||||
OM_uint32 num_enctypes,
|
||||
int32_t *enctypes)
|
||||
krb5_enctype *enctypes)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
OM_uint32 maj_status;
|
||||
|
Reference in New Issue
Block a user