[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] warning fix for crypt_util.c



Attached.

Alan.
Index: crypt/crypt_util.c
===================================================================
RCS file: /mint/mintlib/crypt/crypt_util.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 crypt_util.c
--- crypt/crypt_util.c	12 Oct 2000 10:56:27 -0000	1.1.1.1
+++ crypt/crypt_util.c	1 Apr 2008 20:28:57 -0000
@@ -907,7 +907,7 @@
 {
   int i,j;
   unsigned char c;
-  unsigned char ktab[8];
+  char ktab[8];
 
   _ufc_setup_salt_r("..", __data); /* be sure we're initialized */