X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-hash%2Fhash.h;fp=lib-hash%2Fhash.h;h=0000000000000000000000000000000000000000;hp=831b0815be098d7783f9ab92680d260afa858424;hb=fd97b7b962d97d99e98cd566a34fcdaaeb950bfd;hpb=669e2b71f91e2bc8a1245068104bd8e163c449de diff --git a/lib-hash/hash.h b/lib-hash/hash.h deleted file mode 100644 index 831b081..0000000 --- a/lib-hash/hash.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright notice from original mutt: - * [none] - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ - -#ifndef _CRYPTHASH_H -# define _CRYPTHASH_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; - -#include "md5.h" - -#endif