Fix VC warning about enctypes

This commit is contained in:
Nicolas Williams
2018-12-28 12:19:01 -06:00
committed by Jeffrey Altman
parent 6f7c0e53c8
commit 7b76d6719f

View File

@@ -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;