1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
	* crypt/sha512c-test.c: Likewise.
This commit is contained in:
Ulrich Drepper
2007-10-28 19:46:50 +00:00
parent 22c915ac42
commit f160a450c9
8 changed files with 93 additions and 12 deletions

View File

@ -58,5 +58,6 @@ do_test (void)
return result;
}
#define TIMEOUT 6
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"