X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt.h;h=274fbfaac201b6d23b53c7eebe4ba48f02c140b9;hp=3a2a20700c236ef2c435db4f90f21554d995e504;hb=a0aa4a45870f1607e8b41760866071692675c84d;hpb=16536d59024177409f49134c3f03f69855c144b9 diff --git a/lib-crypt/crypt.h b/lib-crypt/crypt.h index 3a2a207..274fbfa 100644 --- a/lib-crypt/crypt.h +++ b/lib-crypt/crypt.h @@ -16,14 +16,13 @@ #ifndef MUTT_CRYPT_H #define MUTT_CRYPT_H -#include "mutt.h" /* Need this to declare BODY, address_t. STATE etc. */ +#include #include "state.h" /* FIXME: They should be pointer to anonymous structures for better information hiding. */ - #define ENCRYPT (1 << 0) #define SIGN (1 << 1) #define GOODSIGN (1 << 2)