signedness
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7376 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -43,7 +43,7 @@ RCSID("$Id$");
|
||||
OM_uint32
|
||||
gssapi_krb5_verify_header(u_char **str,
|
||||
size_t total_len,
|
||||
u_char *type)
|
||||
char *type)
|
||||
{
|
||||
size_t len, len_len, mech_len, foo;
|
||||
int e;
|
||||
@@ -85,7 +85,7 @@ OM_uint32
|
||||
gssapi_krb5_decapsulate(
|
||||
gss_buffer_t input_token_buffer,
|
||||
krb5_data *out_data,
|
||||
u_char *type
|
||||
char *type
|
||||
)
|
||||
{
|
||||
u_char *p;
|
||||
|
@@ -43,7 +43,7 @@ RCSID("$Id$");
|
||||
OM_uint32
|
||||
gssapi_krb5_verify_header(u_char **str,
|
||||
size_t total_len,
|
||||
u_char *type)
|
||||
char *type)
|
||||
{
|
||||
size_t len, len_len, mech_len, foo;
|
||||
int e;
|
||||
@@ -85,7 +85,7 @@ OM_uint32
|
||||
gssapi_krb5_decapsulate(
|
||||
gss_buffer_t input_token_buffer,
|
||||
krb5_data *out_data,
|
||||
u_char *type
|
||||
char *type
|
||||
)
|
||||
{
|
||||
u_char *p;
|
||||
|
@@ -125,7 +125,7 @@ as_append_char (struct state *state, unsigned char c)
|
||||
|
||||
static int
|
||||
append_number(struct state *state,
|
||||
unsigned long num, unsigned base, unsigned char *rep,
|
||||
unsigned long num, unsigned base, char *rep,
|
||||
int width, int prec, int flags, int minusp)
|
||||
{
|
||||
int len = 0;
|
||||
|
Reference in New Issue
Block a user