X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhmac-sha1.c;h=c84545b9d27e32e0e4ff3c712b37c5e73136fd9d;hb=35dda7458879acb367f2cba0aaf7856cd98f5b63;hp=f7a3fda43eae4884cb12da8dc4c2b1ff78022b11;hpb=1db596967564cad38c222f82e6fad0b117a6dbc5;p=gnulib.git diff --git a/lib/hmac-sha1.c b/lib/hmac-sha1.c index f7a3fda43..c84545b9d 100644 --- a/lib/hmac-sha1.c +++ b/lib/hmac-sha1.c @@ -1,5 +1,5 @@ /* hmac-sha1.c -- hashed message authentication codes - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +17,7 @@ /* Written by Simon Josefsson. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "hmac.h"