This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1439] fixes for crypt/md5.? to permit syncing with gnulib


------- Additional Comments From simon at josefsson dot org  2005-10-12 00:18 -------
(In reply to comment #0)
> Hi!  I believe this patch would make it possible to fully sync your md5.?
> against gnulib.

Another modification, resulting from bug-gnulib review, this two lines in md5.h:

   IMPORTANT: On some systems it is required that RESBUF is correctly
   aligned for a 32 bits value.  */

should be replaced with:

   IMPORTANT: On some systems, RESBUF must be aligned to a 32-bit boundary. */

Thanks.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1439

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]