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-11 18:41 -------
(In reply to comment #0)
> Hi!  I believe this patch would make it possible to fully sync your md5.?
> against gnulib.

A small mistake, the line:

+  char buffer[128] __attribute__ ((__aligned__ (__alignof__ (uint32_t_t))));

should be:

+  char buffer[128] __attribute__ ((__aligned__ (__alignof__ (uint32_t))));

I.e., remove the final duplicate '_t'.

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]