Projects
Essentials
gpac
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
gpac.ssl.patch
Changed
@@ -10,3 +10,18 @@ _ssl_is_initialized = GF_TRUE; GF_LOG(GF_LOG_DEBUG, GF_LOG_NETWORK, ("[HTTPS] Initalization of SSL library complete.\n")); return GF_FALSE; +@@ -426,13 +425,13 @@ static int ssl_init(GF_DownloadManager * + case 1: + meth = SSLv2_client_method(); + break; +-#endif + case 2: + meth = SSLv3_client_method(); + break; + case 3: + meth = TLSv1_client_method(); + break; ++#endif + default: + goto error; + }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.