signedness

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7376 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-13 04:18:09 +00:00
parent 049073f598
commit a69f4cf6dc
5 changed files with 7 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ static int
convert_file(void)
{
FILE *f;
char buf[1024];
unsigned char buf[1024];
char *fn;
size_t len;
EncryptionKey key;