X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt.c;h=af29c47595bc38b85447ab488d17b3a67e3dca1a;hp=66b8531dbf4837e3d5a4be2ac3da87dd996d977c;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83 diff --git a/lib-crypt/crypt.c b/lib-crypt/crypt.c index 66b8531..af29c47 100644 --- a/lib-crypt/crypt.c +++ b/lib-crypt/crypt.c @@ -16,22 +16,6 @@ # include "config.h" #endif -#include -#include -#include -#include -#include - -#include - -#include "mutt.h" -#include "handler.h" -#include "mutt_curses.h" -#include "copy.h" -#include "crypt.h" -#include "pgp.h" - - #include #include #include @@ -41,17 +25,31 @@ #include #ifdef HAVE_LOCALE_H -#include +# include #endif - #ifdef HAVE_SYS_TIME_H -# include +# include #endif - #ifdef HAVE_SYS_RESOURCE_H -# include +# include #endif +#include +#include +#include +#include +#include + +#include + +#include + +#include "mutt.h" +#include "alias.h" +#include "handler.h" +#include "copy.h" +#include "crypt.h" +#include "pgp.h" /* print the current time to avoid spoofing of the signature output */ void crypt_current_time (STATE * s, const char *app_name) @@ -83,7 +81,7 @@ void crypt_forget_passphrase (void) } -#if defined(HAVE_SETRLIMIT) && (!defined(DEBUG)) +#if defined(HAVE_SETRLIMIT) static void disable_coredumps (void) { @@ -103,7 +101,7 @@ int crypt_valid_passphrase (int flags) { int ret = 0; -# if defined(HAVE_SETRLIMIT) &&(!defined(DEBUG)) +# if defined(HAVE_SETRLIMIT) disable_coredumps (); # endif