X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_crypt.h;h=2b9434c03f36a7f281980ad46f09a19dacca3f29;hp=19b28c63948b64f2efd4f8c8d1d7c8318c155c3d;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hpb=51c07577bff89fde3038940cc06ac01bc28557b9 diff --git a/mutt_crypt.h b/mutt_crypt.h index 19b28c6..2b9434c 100644 --- a/mutt_crypt.h +++ b/mutt_crypt.h @@ -50,20 +50,6 @@ #define SMIMEBADSIGN (APPLICATION_SMIME | BADSIGN) #define SMIMEOPAQUE (APPLICATION_SMIME | SIGNOPAQUE) - -/* WITHCRYPTO actually replaces ifdefs so make the code more readable. - Because it is defined as a constant and known at compile time, the - compiler can do dead code elimination and thus it behaves - effectively as a conditional compile directive. It is set to false - if no crypto backend is configures or to a bit vector denoting the - configured backends. */ -#if defined(CRYPT_BACKEND_CLASSIC_SMIME) || defined (CRYPT_BACKEND_GPGME) -# define WithCrypto (APPLICATION_PGP | APPLICATION_SMIME) -#else -# define WithCrypto APPLICATION_PGP -#endif - - #define KEYFLAG_CANSIGN (1 << 0) #define KEYFLAG_CANENCRYPT (1 << 1) #define KEYFLAG_ISX509 (1 << 2)