aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-14 06:33:57 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-14 06:33:57 +0000
commit0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c (patch)
tree8ac383e28a651068af6baf20d618568ed6581081 /ChangeLog
parent7afc594790a145ba485198e76baa2e984f704f81 (diff)
downloadglibc-0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c.tar
glibc-0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c.tar.gz
glibc-0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c.tar.bz2
glibc-0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c.zip
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
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