From: Dan Loewenherz Date: Sat, 25 Apr 2009 05:56:39 +0000 (-0400) Subject: Disables the insecure SSLv2 protocol. Closes #3192. X-Git-Tag: neomutt-20160307~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86680726e18a4fa1a700a95b6401603d01e1c8e5;p=neomutt Disables the insecure SSLv2 protocol. Closes #3192. --- diff --git a/init.h b/init.h index b60192fbd..2975b8a0a 100644 --- a/init.h +++ b/init.h @@ -2917,7 +2917,7 @@ struct option_t MuttVars[] = { ** use \fCSTARTTLS\fP regardless of the server's capabilities. */ # ifdef USE_SSL_OPENSSL - { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 1 }, + { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 0 }, /* ** .pp ** This variable specifies whether to attempt to use SSLv2 in the