From: Thomas Roessler Date: Wed, 18 Dec 2002 07:55:52 +0000 (+0000) Subject: Rename crypt.h to mutt_crypt.h. X-Git-Tag: mutt-1-5-4-rel~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b2a09366ff3e239507cda5760bfeeba1980f568;p=mutt Rename crypt.h to mutt_crypt.h. --- diff --git a/crypt.c b/crypt.c index d25193ce..a9499378 100644 --- a/crypt.c +++ b/crypt.c @@ -22,7 +22,7 @@ #include "mutt.h" #include "mutt_curses.h" -#include "crypt.h" +#include "mutt_crypt.h" #include "mime.h" #include "copy.h" diff --git a/crypt.h b/mutt_crypt.h similarity index 100% rename from crypt.h rename to mutt_crypt.h diff --git a/pgp.c b/pgp.c index 7e6ab9d5..24a9b706 100644 --- a/pgp.c +++ b/pgp.c @@ -53,7 +53,7 @@ #ifdef HAVE_PGP -#include "crypt.h" +#include "mutt_crypt.h" diff --git a/pgp.h b/pgp.h index 873b20c9..01e3c599 100644 --- a/pgp.h +++ b/pgp.h @@ -19,7 +19,7 @@ #ifdef HAVE_PGP -#include "crypt.h" +#include "mutt_crypt.h" #include "pgplib.h" WHERE REGEXP PgpGoodSign; diff --git a/smime.c b/smime.c index 8ca5bb9b..97f38c6e 100644 --- a/smime.c +++ b/smime.c @@ -46,7 +46,7 @@ #ifdef HAVE_SMIME -#include "crypt.h" +#include "mutt_crypt.h" struct smime_command_context { diff --git a/smime.h b/smime.h index 9c8a1e52..a297ed4c 100644 --- a/smime.h +++ b/smime.h @@ -19,7 +19,7 @@ #ifdef HAVE_SMIME -#include "crypt.h" +#include "mutt_crypt.h" WHERE char *SmimeDefaultKey; WHERE char *SmimeCryptAlg;