Less pointer signedness warnings.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17562 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-13 15:19:48 +00:00
parent 622495b00b
commit 4e6c7cbe57
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ gssapi_krb5_decapsulate(OM_uint32 *minor_status,
p = input_token_buffer->value;
ret = gssapi_krb5_verify_header(&p,
input_token_buffer->length,
type,
(u_char *)type,
oid);
if (ret) {
*minor_status = 0;

View File

@@ -166,7 +166,7 @@ gssapi_krb5_decapsulate(OM_uint32 *minor_status,
p = input_token_buffer->value;
ret = gssapi_krb5_verify_header(&p,
input_token_buffer->length,
type,
(u_char *)type,
oid);
if (ret) {
*minor_status = 0;