X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcryptglue.c;h=5ea7ace5f72570e38f199f59340ae49b0f3c45b0;hp=019a339cbbfe74302f9643637b68f7918e3f57b0;hb=129050c6742f6be13fa5635ba03542b7fb2a9525;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/lib-crypt/cryptglue.c b/lib-crypt/cryptglue.c index 019a339..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 "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) {