Skip to content

Commit

Permalink
Fix VC warning about enctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams authored and jaltman committed Jan 2, 2019
1 parent 6f7c0e5 commit 7b76d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gssapi/mech/gss_krb5.c
Expand Up @@ -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;
Expand Down

0 comments on commit 7b76d67

Please sign in to comment.