X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgen-md5.c;h=6533127b75ad84af9d3b8f8a5ebee3d912f6021c;hp=0c105fa0abde0d7249e26e9a705bb1cb129fb6f8;hb=462e643a7e31676eceda23e634241f7b4d2cd7bb;hpb=3073a77ed89e7d9527d110a028d134bfd1f9cb40 diff --git a/src/gen-md5.c b/src/gen-md5.c index 0c105fa0..6533127b 100644 --- a/src/gen-md5.c +++ b/src/gen-md5.c @@ -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