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

@@ -145,7 +145,7 @@ _krb5_extract_ticket(krb5_context context,
/* extract ticket */
{
char buf[1024];
unsigned char buf[1024];
size_t len;
encode_Ticket(buf + sizeof(buf) - 1, sizeof(buf),
&rep->part1.ticket, &len);