always build mutt with pgp + smime support.
[apps/madmutt.git] / smime.h
diff --git a/smime.h b/smime.h
index 2822fc7..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);
 
@@ -40,10 +35,8 @@ void smime_getkeys (ENVELOPE *);
 
 char *smime_ask_for_key (char *, char *, short);
 
-char *smime_findKeys (ADDRESS * to, ADDRESS * cc, ADDRESS * bcc);
+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