I don't care about the release date.
[apps/madmutt.git] / mutt_sasl.h
index b61eda3..763c8d9 100644 (file)
@@ -12,9 +12,7 @@
 #ifndef _MUTT_SASL_H_
 #define _MUTT_SASL_H_ 1
 
-#ifdef USE_SASL
 #include <sasl/sasl.h>
-#endif
 
 #include "mutt_socket.h"
 
@@ -30,7 +28,7 @@ typedef struct {
   const unsigned int *pbufsize;
 
   /* read buffer */
-  const char *buf;
+  char *buf;
   unsigned int blen;
   unsigned int bpos;