From: kouril Date: Wed, 30 Aug 2006 06:38:14 +0000 (+0000) Subject: changed type to unsigned to be consistent with prototype X-Git-Tag: v5.1~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=12030c6ee760b323e28bc0b2a92b47d12e7d5a85 changed type to unsigned to be consistent with prototype --- diff --git a/spnegokrb5/accept_sec_context.c b/spnegokrb5/accept_sec_context.c index 1fcbff6..cb12158 100644 --- a/spnegokrb5/accept_sec_context.c +++ b/spnegokrb5/accept_sec_context.c @@ -209,7 +209,7 @@ OM_uint32 KRB5_LIB_FUNCTION gss_accept_sec_context_spnego return send_reject (minor_status, output_token); for (i = 0; !found && i < init_token.mechTypes->len; ++i) { - char mechbuf[17]; + unsigned char mechbuf[17]; size_t mech_len; ret = der_put_oid (mechbuf + sizeof(mechbuf) - 1,