From 138f8c7a5e079e28627166113bec2978ab39b237 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 18 Dec 2002 07:55:52 +0000 Subject: [PATCH] Rename crypt.h to mutt_crypt.h. --- crypt.c | 2 +- crypt.h => mutt_crypt.h | 0 pgp.c | 2 +- pgp.h | 2 +- smime.c | 2 +- smime.h | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename crypt.h => mutt_crypt.h (100%) diff --git a/crypt.c b/crypt.c index d25193ce5..a94993780 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 7e6ab9d5c..24a9b7061 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 873b20c94..01e3c599a 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 8ca5bb9b1..97f38c6ea 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 9c8a1e522..a297ed4c3 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; -- 2.40.0