X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgen-md5.h;h=14952644a831ba1a1695e21449c8e0719d6131cf;hp=f5d13c3bf3e6f22143244c377decc6ae6b0308a9;hb=370ff7a57640ff98cc399317927e8f3c51abad76;hpb=83e7fe2ca8d84ca5e7f1b28d7c867fa29f9b6682 diff --git a/src/gen-md5.h b/src/gen-md5.h index f5d13c3b..14952644 100644 --- a/src/gen-md5.h +++ b/src/gen-md5.h @@ -36,6 +36,8 @@ typedef struct gen_md5_context gen_md5_context; includes. */ struct gen_md5_context; +#define MD5_HASHLEN 16 + #define ALLOCA_MD5_CONTEXT(var_name) \ gen_md5_context *var_name = \ (gen_md5_context *) alloca (gen_md5_context_size ())