X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_auth.c;h=98dc1cc3e6cfbead1d4f78a60dd6200720ddc8e8;hp=d86ea30aebf73f6a006fd025f6b51f181f5ed8aa;hb=fd97b7b962d97d99e98cd566a34fcdaaeb950bfd;hpb=85fd0dfe747c58f2da62074ddd90a598397a4848 diff --git a/pop/pop_auth.c b/pop/pop_auth.c index d86ea30..98dc1cc 100644 --- a/pop/pop_auth.c +++ b/pop/pop_auth.c @@ -9,14 +9,14 @@ #include -#include +#include +#include + #include +#include "md5.h" #include "mutt.h" #include "pop.h" - -#include -#include #include "mutt_sasl.h" /* SASL authenticator */ @@ -101,7 +101,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA * pop_data, const char *method) /* sasl_client_st(art|ep) allocate pc with malloc, expect me to * free it */ - p_delete(&pc); + p_delete((char **)&pc); } }