Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:libraries:c_c++
w3c-libwww
w3c-libwww-sslv2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File w3c-libwww-sslv2.patch of Package w3c-libwww
diff -Nur old/Library/src/SSL/HTSSL.c new/Library/src/SSL/HTSSL.c --- old/Library/src/SSL/HTSSL.c 2005-02-27 23:52:38.000000000 +0100 +++ new/Library/src/SSL/HTSSL.c 2016-01-31 03:30:05.403027243 +0100 @@ -215,8 +215,7 @@ /* select the protocol method */ switch (ssl_prot_method) { case HTSSL_V2: - meth = SSLv2_client_method(); - break; + HTTRACE(PROT_TRACE, "SSLv2 should no longer be used, fallback to SSLv3\n"); case HTSSL_V3: meth = SSLv3_client_method(); break;
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