Re: [PATCH] [sharutils] Fix swapping on big-endian machines
Bruce Korb <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 01/04/13 12:47, Paul Eggert wrote: > On 01/03/2013 08:30 AM, Petr Písař wrote: >> 4.13.1 release replaced SWAP() macro with function. > > The 4.13.1 release shipped with an obsolete version of md5.c and md5.h, > which (as you saw) has some problems. I suggest upgrading to > the latest versions of these two files, which you can get here: > > http://git.savannah.gnu.org/cgit/gnulib.git/plain/lib/md5.c > > http://git.savannah.gnu.org/cgit/gnulib.git/plain/lib/md5.h As given to me, sharutils included the md5 source. Since I've gnulib-ified the thing, I'm adding crypto/md5 to the list of modules I pull. That ought to take care of it... :) Thanks.