X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhmac-md5.c;h=d4e807ef0d625fbdc29e512edfdf7134e85f7792;hb=1a2869593e115e4a6c74aaa0b23ca612357403ce;hp=816762b7982c229b2a39d73e728e14d62415159b;hpb=1db596967564cad38c222f82e6fad0b117a6dbc5;p=gnulib.git diff --git a/lib/hmac-md5.c b/lib/hmac-md5.c index 816762b79..d4e807ef0 100644 --- a/lib/hmac-md5.c +++ b/lib/hmac-md5.c @@ -1,5 +1,5 @@ /* hmac-md5.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"