int len -> size_t len

fixed calls to `krb5_{en,de}crypt'


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2023 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-07 09:53:00 +00:00
parent 69790eb6db
commit b0c9ece231
4 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
#include <krb5_locl.h>
#include "md4.h"
RCSID("$Id$");
@@ -16,7 +15,7 @@ krb5_mk_safe(krb5_context context,
unsigned usec;
krb5_addresses addr;
u_char buf[1024];
int len;
size_t len;
r = krb5_create_checksum (context,
CKSUMTYPE_RSA_MD4,