]> granicus.if.org Git - neomutt/commitdiff
tidy code
authorRichard Russon <rich@flatcap.org>
Wed, 17 Feb 2016 20:07:41 +0000 (20:07 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 2 Mar 2016 16:49:10 +0000 (16:49 +0000)
mutt_ssl.c

index e1721a97f976b71a1c3bbf66f2d429dd6332c5e7..8e065467166d32a17fabebab9a7f81174cbfdc4d 100644 (file)
@@ -401,7 +401,7 @@ static int ssl_negotiate (CONNECTION *conn, sslsockdata* ssldata)
   SSL_set_mode (ssldata->ssl, SSL_MODE_AUTO_RETRY);
 #endif
 
-#if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT)
+#if (OPENSSL_VERSION_NUMBER >= 0x0090806fL) && !defined(OPENSSL_NO_TLSEXT)
   /* TLS Virtual-hosting requires that the server present the correct
    * certificate; to do this, the ServerNameIndication TLS extension is used.
    * If TLS is negotiated, and OpenSSL is recent enough that it might have