Less "pointer targets in passing argument differ in signedness" warnings.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-08 11:27:49 +00:00
parent e6fc90db6d
commit 3c6cb82e67
3 changed files with 11 additions and 10 deletions

View File

@@ -144,7 +144,7 @@ const unsigned char cipher3[] =
int
main (void)
{
char buf[1024];
unsigned char buf[1024];
RC4_KEY key;
RC4_set_key(&key, 8, key1);