summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/auth_gssapi_misc.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-07-09 15:35:01 +0000
committerEzra Peisach <epeisach@mit.edu>2001-07-09 15:35:01 +0000
commitbba14050dfff35c9fc2d7ce35042900748e8c5ae (patch)
treee86a7635d37867de217046a00da0538751e0ea5f /src/lib/rpc/auth_gssapi_misc.c
parentf99af24683e19c8a01d46298db9b4a99a9207fee (diff)
downloadkrb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.gz
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.xz
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.zip
* pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c,
xdr_array.c, xdr_reference.c : Include string.h for memset and memcmp prototypes. * auth_gssapi.c, auth_gssapi_misc.c, svc_auth_gssapi.c: Cast argment to PRINTF to match format. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13595 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/auth_gssapi_misc.c')
-rw-r--r--src/lib/rpc/auth_gssapi_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rpc/auth_gssapi_misc.c b/src/lib/rpc/auth_gssapi_misc.c
index e7c38a820..810bd7829 100644
--- a/src/lib/rpc/auth_gssapi_misc.c
+++ b/src/lib/rpc/auth_gssapi_misc.c
@@ -121,7 +121,7 @@ bool_t auth_gssapi_unseal_seq(context, in_buf, seq_num)
return FALSE;
} else if (out_buf.length != sizeof(rpc_u_int32)) {
PRINTF(("gssapi_unseal_seq: unseal gave %d bytes\n",
- out_buf.length));
+ (int) out_buf.length));
gss_release_buffer(&minor_stat, &out_buf);
return FALSE;
}
@@ -227,7 +227,7 @@ bool_t auth_gssapi_wrap_data(major, minor, context, seq_num, out_xdrs,
}
PRINTF(("gssapi_wrap_data: %d bytes data, %d bytes sealed\n",
- in_buf.length, out_buf.length));
+ (int) in_buf.length, (int) out_buf.length));
/* write the token */
if (! xdr_bytes(out_xdrs, (char **) &out_buf.value,