fix warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3588 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-10-13 16:30:09 +00:00
parent 02d8acab72
commit 8eb312128d
17 changed files with 64 additions and 83 deletions

View File

@@ -48,10 +48,8 @@ krb5_mk_rep(krb5_context context,
krb5_error_code ret;
AP_REP ap;
EncAPRepPart body;
u_char buf[1024], *p;
u_char buf[1024];
size_t len;
des_cblock key;
des_key_schedule schedule;
ap.pvno = 5;
ap.msg_type = krb_ap_rep;