Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4181c4e06f5bea1350045b06f287796a > files > 6

lighttpd-1.4.26-2.fc13.src.rpm

Index: network.c
===================================================================
--- src/network.c	(revision 2715)
+++ src/network.c	(revision 2716)
@@ -525,7 +525,7 @@
 
 		if (!s->ssl_use_sslv2) {
 			/* disable SSLv2 */
-			if (SSL_OP_NO_SSLv2 != SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv2)) {
+			if (!(SSL_OP_NO_SSLv2 & SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv2))) {
 				log_error_write(srv, __FILE__, __LINE__, "ss", "SSL:",
 						ERR_error_string(ERR_get_error(), NULL));
 				return -1;