summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-04 18:33:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-04 18:33:27 +0000
commit47bb2c52234acfdc4ccc066baed8541df8acc3d0 (patch)
treee269f516f0d343710a399b39d339f9106b390db4 /mutt.h
parentbc3d0e280048a2d283ca2491e93f1a5c5e5a8fa6 (diff)
Adding support for Netscape's (pardon, Mozilla's) SSL
implementation. From Michael Elkins.
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,