From 12030c6ee760b323e28bc0b2a92b47d12e7d5a85 Mon Sep 17 00:00:00 2001 From: kouril Date: Wed, 30 Aug 2006 06:38:14 +0000 Subject: [PATCH] changed type to unsigned to be consistent with prototype --- spnegokrb5/accept_sec_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.1.4