summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index c07f4d59..44a462a9 100644
--- a/mutt.h
+++ b/mutt.h
@@ -318,7 +318,7 @@ enum
OPTIMAPFORCESSL,
# endif
#endif
-#ifdef USE_SSL
+#if defined(USE_SSL) || defined(USE_NSS)
OPTSSLV2,
OPTSSLV3,
OPTTLSV1,