always build mutt with pgp + smime support.
[apps/madmutt.git] / smime.h
diff --git a/smime.h b/smime.h
index e344a11..dbf9a3f 100644 (file)
--- a/smime.h
+++ b/smime.h
@@ -8,14 +8,9 @@
  * please see the file GPL in the top level source directory.
  */
 
-#ifdef CRYPT_BACKEND_CLASSIC_SMIME
 
 #include "mutt_crypt.h"
 
-
-
-
-
 void smime_void_passphrase (void);
 int smime_valid_passphrase (void);
 
@@ -45,5 +40,3 @@ char *smime_findKeys (address_t * to, address_t * cc, address_t * bcc);
 void smime_invoke_import (char *, char *);
 
 int smime_send_menu (HEADER * msg, int *redraw);
-
-#endif