X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypthash.h;fp=crypthash.h;h=0000000000000000000000000000000000000000;hp=ab2234ef453817de73fac000d5ffcb97b517361a;hb=0c12d960399d14b4143b2bb91a96bdaca64e4c56;hpb=9342efc81d163ea56e079b4adf2ce17c41c853b0 diff --git a/crypthash.h b/crypthash.h deleted file mode 100644 index ab2234e..0000000 --- a/crypthash.h +++ /dev/null @@ -1,26 +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; - -#endif