X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt-mod-smime-gpgme.c;h=7ee89517c3bdf8c200f35793a95c1f5a5b390372;hp=31e882f396d5f96ed554d5c9a9fafa1b368ebfc1;hb=777dc6d5374fd154ac626421c813961b8ab18f2d;hpb=9c29247938d64f721db448824a1121ef47ad2869 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