diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3428c7bca0..9541804292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-13 Ulrich Drepper <drepper@redhat.com> + + * crypt/md5.c (md5_process_bytes): Correct handling of alignment. + Patch by Eric Sharkey <sharkey@netrics.com>. + + * crypt/md5test.c (main): Add test for multiple calls to + __md5_process_bytes to itererate over input string. + 2001-12-12 Ulrich Drepper <drepper@redhat.com> * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code |