X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypthash.h;h=ab2234ef453817de73fac000d5ffcb97b517361a;hp=d8e3a572e697ab606f6bc2b6ce78c2d7a938c82a;hb=841a368ddea400022328f35dd8c7a3eb6f543892;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/crypthash.h b/crypthash.h index d8e3a57..ab2234e 100644 --- a/crypthash.h +++ b/crypthash.h @@ -1,3 +1,12 @@ +/* + * 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 @@ -14,12 +23,4 @@ /* 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 uint32_t; -# endif -# endif - #endif