Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:SLECandidates
wget
wget-1.14-no-ssl-comp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wget-1.14-no-ssl-comp.patch of Package wget
Index: wget-1.24.5/src/openssl.c =================================================================== --- wget-1.24.5.orig/src/openssl.c +++ wget-1.24.5/src/openssl.c @@ -426,7 +426,9 @@ ssl_init (void) /* The OpenSSL library can handle renegotiations automatically, so tell it to do so. */ SSL_CTX_set_mode (ssl_ctx, SSL_MODE_AUTO_RETRY); - +#ifdef SSL_OP_NO_COMPRESSION + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_COMPRESSION); +#endif return true; error:
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