const and char cleanup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:30:15 +00:00
parent 225b823df0
commit c145f0f8e4
6 changed files with 15 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ krb5_build_authenticator (krb5_context context,
krb5_data *result)
{
Authenticator *auth;
char buf[1024];
unsigned char buf[1024];
size_t len;
krb5_error_code ret;
krb5_enctype enctype;