/* ** Copyright 2001-2005 Double Precision, Inc. ** See COPYING for distribution information. */ #include "config.h" #include "sha1.h" #include #include #include static char foo[1000001]; static void sha1() { SHA1_DIGEST digest; unsigned i, n; static char *testcases[]={"abc", "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", foo}; for (n=0; n