diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-28 19:46:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-28 19:46:50 +0000 |
commit | f160a450c930f214f218f0c975abf188d367716f (patch) | |
tree | 110fc0d723c02447cc18d452d4886aa88f870efc /ChangeLog | |
parent | 22c915ac42b6890383da4b1b0b63f9a15408a01c (diff) | |
download | glibc-f160a450c930f214f218f0c975abf188d367716f.tar glibc-f160a450c930f214f218f0c975abf188d367716f.tar.gz glibc-f160a450c930f214f218f0c975abf188d367716f.tar.bz2 glibc-f160a450c930f214f218f0c975abf188d367716f.zip |
[BZ #5204]
* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
* crypt/sha512c-test.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-10-28 Ulrich Drepper <drepper@redhat.com> + [BZ #5204] + * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware. + * crypt/sha512c-test.c: Likewise. + [BZ #5225] * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer to keep track of end of %[ format string element. |