reorganize code a lot: create a lib-crypt with everything smime or gpg
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 1c32270..fd047b6 100644 (file)
--- a/init.c
+++ b/init.c
@@ -29,7 +29,7 @@
 #include "mbyte.h"
 #include "charset.h"
 #include "thread.h"
-#include "mutt_crypt.h"
+#include <lib-crypt/crypt.h>
 #include "mutt_idna.h"
 
 #if defined(USE_SSL) || defined(USE_GNUTLS)