2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

char mechbuf[17] -> unsigned char mechbuf[17]

This commit is contained in:
Mark Andrews
2009-07-20 01:55:37 +00:00
parent 52c1cac19a
commit f1de96a386

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: spnego.c,v 1.10 2009/01/17 23:47:43 tbox Exp $ */ /* $Id: spnego.c,v 1.11 2009/07/20 01:55:37 marka Exp $ */
/*! \file /*! \file
* \brief * \brief
@@ -622,7 +622,7 @@ gss_accept_sec_context_spnego(OM_uint32 *minor_status,
} }
for (i = 0; !found && i < init_token.mechTypes.len; ++i) { for (i = 0; !found && i < init_token.mechTypes.len; ++i) {
char mechbuf[17]; unsigned char mechbuf[17];
size_t mech_len; size_t mech_len;
ret = der_put_oid(mechbuf + sizeof(mechbuf) - 1, ret = der_put_oid(mechbuf + sizeof(mechbuf) - 1,