X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.c;h=33e2b3ae1c281fca03c14f9aa00c0dc020c75cb6;hp=88cb71ec40d6d3a323355aa220540de2616d224f;hb=b025d022938bb8e5089299fb9a2333929a0d926b;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/mutt_sasl.c b/mutt_sasl.c index 88cb71e..33e2b3a 100644 --- a/mutt_sasl.c +++ b/mutt_sasl.c @@ -298,7 +298,7 @@ dprint(1,(debugfile, "local ip: %s, remote ip:%s\n", iplocalport, ipremoteport)) * If someone does it'd probably be trivial to write mutt_nss_get_ssf(). * I have a feeling more SSL code could be shared between those two files, * but I haven't looked into it yet, since I still don't know the APIs. */ -#if (defined(USE_SSL) || defined(USE_GNUTLS) && !defined(USE_NSS) +#if (defined(USE_SSL) || defined(USE_GNUTLS) && !defined(USE_NSS)) if (conn->account.flags & M_ACCT_SSL) { #ifdef USE_SASL2 /* I'm not sure this actually has an effect, at least with SASLv2 */