]> granicus.if.org Git - neomutt/commitdiff
Rename crypt.h to mutt_crypt.h.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Dec 2002 07:55:52 +0000 (07:55 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Dec 2002 07:55:52 +0000 (07:55 +0000)
crypt.c
mutt_crypt.h [moved from crypt.h with 100% similarity]
pgp.c
pgp.h
smime.c
smime.h

diff --git a/crypt.c b/crypt.c
index d25193ce590104348478d3cfaa19a663458394bd..a9499378005d2e0373feb18eb30dd9f163bac284 100644 (file)
--- 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"
 
similarity index 100%
rename from crypt.h
rename to mutt_crypt.h
diff --git a/pgp.c b/pgp.c
index 7e6ab9d5ca38bd4dc3ca7c7ded505a7f370b76ff..24a9b7061585b9bb95118b8118b652867898baa6 100644 (file)
--- 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 873b20c94ebc575ecd5ca1ca5e8508e552f8ad8f..01e3c599a87ba4f9a9be40787676bcdb9ad26c67 100644 (file)
--- 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 8ca5bb9b10aef6dec9aaa4ef753a7a9a78de08fc..97f38c6ea41dcbeb5ef337a4bc296a31a6dacefd 100644 (file)
--- 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 9c8a1e52282d9d69530d15844a019bfd66c4b49e..a297ed4c3e34a256d57d3f41530b779bb6e35cda 100644 (file)
--- 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;