Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.1:Update
lighttpd
08-ssl-retval-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 08-ssl-retval-fix.patch of Package lighttpd
Index: src/network.c =================================================================== --- src/network.c.orig 2008-07-30 21:38:32.000000000 +0200 +++ src/network.c 2010-04-19 16:35:20.105186296 +0200 @@ -332,7 +332,7 @@ int network_server_init(server *srv, buf 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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor