remove lot of code, round 1
[apps/madmutt.git] / lib-crypt / crypt-mod-pgp-gpgme.c
index 977a8c1..ef3223b 100644 (file)
     This is a crytpo module wrapping the gpgme based pgp 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"
@@ -114,5 +110,3 @@ struct crypt_module_specs crypt_mod_pgp_gpgme = { APPLICATION_PGP,
    NULL,                        /* smime_invoke_import */
    }
 };
-
-#endif