reorganize code a lot: create a lib-crypt with everything smime or gpg
[apps/madmutt.git] / lib-crypt / cryptglue.c
similarity index 99%
rename from cryptglue.c
rename to lib-crypt/cryptglue.c
index d76fa44..151cbad 100644 (file)
 #include <lib-lib/macros.h>
 
 #include "mutt.h"
-#include "mutt_crypt.h"
+#include "crypt.h"
 
 
 #include "crypt-mod.h"
 
 /*
-    
     Generic
-
 */
 
 extern struct crypt_module_specs crypt_mod_pgp_classic;