X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gc-hmac-sha1.c;h=d39f3c5412d3aa9fe679a5115a405ffca8dc9251;hb=c26924950a3a546112e35c99aad85c0855f4664a;hp=bedb961efedb68a7cede615d1c6246c7b6607a8b;hpb=f6d396883b5b1d0a7ba4b88c4d87cc8c96c2d3b9;p=gnulib.git diff --git a/tests/test-gc-hmac-sha1.c b/tests/test-gc-hmac-sha1.c index bedb961ef..d39f3c541 100644 --- a/tests/test-gc-hmac-sha1.c +++ b/tests/test-gc-hmac-sha1.c @@ -17,9 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include #include @@ -57,7 +55,7 @@ main (int argc, char *argv[]) if (memcmp (digest, out, GC_SHA1_DIGEST_SIZE) != 0) { size_t i; - printf ("hash 1 missmatch. expected:\n"); + printf ("hash 1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n");