X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcrypt-mod-smime-gpgme.c;h=7ee89517c3bdf8c200f35793a95c1f5a5b390372;hb=75147b39ee208b0e6257bc483d96b20b1f5a7995;hp=31e882f396d5f96ed554d5c9a9fafa1b368ebfc1;hpb=9c29247938d64f721db448824a1121ef47ad2869;p=apps%2Fmadmutt.git diff --git a/lib-crypt/crypt-mod-smime-gpgme.c b/lib-crypt/crypt-mod-smime-gpgme.c index 31e882f..7ee8951 100644 --- a/lib-crypt/crypt-mod-smime-gpgme.c +++ b/lib-crypt/crypt-mod-smime-gpgme.c @@ -11,11 +11,7 @@ This is a crytpo module wrapping the gpgme based smime code. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#ifdef CRYPT_BACKEND_GPGME +#include #include #include "crypt-gpgme.h" @@ -106,5 +102,3 @@ struct crypt_module_specs crypt_mod_smime_gpgme = { APPLICATION_SMIME, NULL, /* smime_invoke_import */ } }; - -#endif