X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcryptglue.c;h=5ea7ace5f72570e38f199f59340ae49b0f3c45b0;hb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1;hp=151cbad867c3365b7cf78c39e23096ad7ee83649;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;p=apps%2Fmadmutt.git diff --git a/lib-crypt/cryptglue.c b/lib-crypt/cryptglue.c index 151cbad..5ea7ace 100644 --- a/lib-crypt/cryptglue.c +++ b/lib-crypt/cryptglue.c @@ -19,16 +19,10 @@ contained in this file and the functions implemented by the crypto modules. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include +#include #include "mutt.h" #include "crypt.h" - - #include "crypt-mod.h" /* @@ -286,14 +280,6 @@ int crypt_smime_application_smime_handler (BODY * m, STATE * s) return (-1); } -/* MIME handler for an PGP/MIME encrypted message. */ -int crypt_smime_encrypted_handler (BODY * a, STATE * s) -{ - if (CRYPT_MOD_CALL_CHECK (SMIME, encrypted_handler)) - return (CRYPT_MOD_CALL (SMIME, encrypted_handler)) (a, s); - return (-1); -} - /* fixme: Needs documentation. */ void crypt_smime_getkeys (ENVELOPE * env) {