X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.c;h=ca65e97c3cdb6ad01ce6c301716de3aa22c58555;hp=6a201377cc3975ccfb152d0b27d17b48b916cb09;hb=e6b4978132b0437f928aa73b22c0a517959f78bb;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/mutt_sasl.c b/mutt_sasl.c index 6a20137..ca65e97 100644 --- a/mutt_sasl.c +++ b/mutt_sasl.c @@ -293,7 +293,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_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 */