remove lot of code, round 1
[apps/madmutt.git] / lib-crypt / crypt-mod-smime-gpgme.c
index 31e882f..7ee8951 100644 (file)
     This is a crytpo module wrapping the gpgme based smime code.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#ifdef CRYPT_BACKEND_GPGME
+#include <lib-lib/lib-lib.h>
 
 #include <lib-crypt/crypt-mod.h>
 #include "crypt-gpgme.h"
@@ -106,5 +102,3 @@ struct crypt_module_specs crypt_mod_smime_gpgme = { APPLICATION_SMIME,
    NULL,                        /* smime_invoke_import */
    }
 };
-
-#endif