X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=md5.h;h=521f3f5387b99ac802d95a6daea9fc0440c969c1;hp=f825432366f8822b1870a203d0cf72950ba26bb2;hb=1c068b6a0b9c781e97d565f1d5ed9ef8913566da;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/md5.h b/md5.h index f825432..521f3f5 100644 --- a/md5.h +++ b/md5.h @@ -26,27 +26,7 @@ documentation and/or software. #ifndef MD5_H #define MD5_H 1 -#include "config.h" - -#include -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif - -/* POINTER defines a generic pointer type */ -typedef unsigned char *POINTER; - -#ifndef HAVE_UINT32_T -# if SIZEOF_INT == 4 -typedef unsigned int uint32_t; -# elif SIZEOF_LONG == 4 -typedef unsigned long int uint32_t; -# endif -#endif +#include "crypthash.h" /* MD5 context. */ typedef struct {