X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.h;h=b61eda3c9219da14923589f8fd7fff07dad580c4;hp=9896cc511556bc126f740cc73f5c5706635471ba;hb=b85f52d2ec4d820ab5c4b577857548bec294bb27;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58 diff --git a/mutt_sasl.h b/mutt_sasl.h index 9896cc5..b61eda3 100644 --- a/mutt_sasl.h +++ b/mutt_sasl.h @@ -12,10 +12,8 @@ #ifndef _MUTT_SASL_H_ #define _MUTT_SASL_H_ 1 -#ifdef USE_SASL2 +#ifdef USE_SASL #include -#else -#include #endif #include "mutt_socket.h" @@ -32,11 +30,7 @@ typedef struct { const unsigned int *pbufsize; /* read buffer */ -#ifdef USE_SASL2 const char *buf; -#else - char *buf; -#endif unsigned int blen; unsigned int bpos;