From 47bb2c52234acfdc4ccc066baed8541df8acc3d0 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 4 Oct 2000 18:33:27 +0000 Subject: Adding support for Netscape's (pardon, Mozilla's) SSL implementation. From Michael Elkins. --- mutt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt.h') 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, -- cgit v1.2.3