diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-31 11:08:05 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-31 11:08:05 +0100 |
commit | b618722db56d8e66d8bff53a27a6c4f804e04d69 (patch) | |
tree | d14b2269eb0e39b62c2dea362538c3f0e449049f /ChangeLog | |
parent | 569ee54e8941f70ecaff20b12a35eb9fb0cb35ae (diff) | |
download | gnulib-b618722db56d8e66d8bff53a27a6c4f804e04d69.tar.gz |
md4: adapt alignment constraint fix from sha1.
* lib/md4.c (set_uint32): New function, from sha1.c
(md4_read_ctx): Use it.
(md4_finish_ctx): Doc fix.
* lib/md4.h: Doc fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ 2008-01-31 Simon Josefsson <simon@josefsson.org> - * md5: adapt alignment constraint fix from sha1. + md4: adapt alignment constraint fix from sha1. + * lib/md4.c (set_uint32): New function, from sha1.c + (md4_read_ctx): Use it. + (md4_finish_ctx): Doc fix. + * lib/md4.h: Doc fix. + +2008-01-31 Simon Josefsson <simon@josefsson.org> + + md5: adapt alignment constraint fix from sha1. * lib/md5.c (set_uint32): New function, from sha1.c (md5_read_ctx): Use it. (md5_finish_ctx): Doc fix. |