Andreas Krennmair:
[apps/madmutt.git] / md5.h
diff --git a/md5.h b/md5.h
index f825432..521f3f5 100644 (file)
--- 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 <sys/types.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-#  include <stdint.h>
-# 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 {