X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgen-md5.c;h=f22c398ed9d7364e5d2b850823528df686742a68;hp=0c105fa0abde0d7249e26e9a705bb1cb129fb6f8;hb=ffbba2e6b9b18141e350fac00a23e88becd57b17;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/gen-md5.c b/src/gen-md5.c index 0c105fa0..f22c398e 100644 --- a/src/gen-md5.c +++ b/src/gen-md5.c @@ -1,6 +1,6 @@ /* General MD5 support. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software - Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -28,13 +28,12 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ -#include #include "wget.h" #include "gen-md5.h" #ifdef HAVE_BUILTIN_MD5 -# include +# include typedef struct md5_ctx gen_md5_context_imp; #endif