From: Thomas Roessler Date: Tue, 21 Jan 2003 12:39:45 +0000 (+0000) Subject: Fix an #ifdef. X-Git-Tag: mutt-1-5-4-rel~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3299f6dcda1828dd0c2981162b8a622f5785ce;p=mutt Fix an #ifdef. --- diff --git a/mutt_crypt.h b/mutt_crypt.h index 0ff444fb..3629816f 100644 --- a/mutt_crypt.h +++ b/mutt_crypt.h @@ -21,8 +21,8 @@ all defined in crypt.c and cryptglue.c */ -#ifndef CRYPT_H -#define CRYPT_H +#ifndef MUTT_CRYPT_H +#define MUTT_CRYPT_H #include "mutt.h" /* Need this to declarer BODY, ADDTESS. STATE etc. */ /* FIXME: They should be pointer to anonymous structures for better @@ -248,4 +248,4 @@ void crypt_smime_invoke_import (char *infile, char *mailbox); int crypt_smime_verify_one (BODY *sigbdy, STATE *s, const char *tempf); -#endif /*CRYPT_H*/ +#endif /*MUTT_CRYPT_H*/