[uClibc]libcrypt fix

Vadim Berkgaut berk at rc.ru
Sun May 12 09:47:05 UTC 2002


I think I found why libcrypt misbehaved
(http://www.uclibc.org/lists/uclibc/2002-May/005610.html and
http://www.uclibc.org/lists/uclibc/2002-May/005650.html).
It was back to normal after this change:

--- des.c.orig  Thu Apr 25 01:39:08 2002
+++ des.c       Sun May 12 13:27:07 2002
@@ -618,7 +618,7 @@
                        key++;
        }
 
-       if (__des_setkey_r((char *)keybuf, data))
+       if (des_setkey_r((char *)keybuf, data))
                return(NULL);
 
 #if 0





More information about the uClibc mailing list