avoid warnings, update (c)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15873 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-11 10:47:25 +00:00
parent c482cd681f
commit 4171c2f2a7
2 changed files with 4 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2005 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -416,7 +416,7 @@ init_auth
}
ret = gssapi_krb5_encapsulate (minor_status, &outbuf, output_token,
"\x01\x00", GSS_KRB5_MECHANISM);
(u_char *)"\x01\x00", GSS_KRB5_MECHANISM);
if (ret)
goto failure;
@@ -818,9 +818,6 @@ spnego_initial
u_char *buf;
size_t buf_size, buf_len;
krb5_data data;
#if 1
size_t ni_len;
#endif
memset (&ni, 0, sizeof(ni));