X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=smime.h;h=dbf9a3fd95a281a85b089f2f3cd3bd6aec7429e3;hp=e344a11f0228cff34b3156eca2198d4be7b4bb53;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hpb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235 diff --git a/smime.h b/smime.h index e344a11..dbf9a3f 100644 --- 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