1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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

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