diff options
| author | Roland McGrath <[email protected]> | 2011-07-09 03:17:24 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2011-07-09 03:17:24 -0700 |
| commit | 32899ac4f69d4ca4856d5282464c1f9cee928c8a (patch) | |
| tree | 2b45a22f79f4f3464150d5eba73a89ecab0cee22 /lib/ChangeLog | |
| parent | 02a958bc2662c1c9c2d6b663742b9c8e720e25b2 (diff) | |
Clean up byte order handling in md5 and sha1 code.
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 1b8b42bc..cf776884 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2011-07-09 Roland McGrath <[email protected]> + + * sha1.c (be64_copy): New function. + (sha1_finish_ctx): Use it. + * md5.c (le64_copy): New function. + (md5_finish_ctx): Use it. + * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>. + * md5.c (SWAP): Use LE32. + * sha1.c (SWAP): Use BE32. + 2010-06-16 Roland McGrath <[email protected]> * dynamicsizehash.h (HASHTYPE): New macro. |
