Projects
Essentials
gpac
gpac.ssl.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gpac.ssl.patch of Package gpac (Revision 26)
Currently displaying revision
26
,
Show latest
--- a/src/utils/downloader.c +++ b/src/utils/downloader.c @@ -391,8 +391,7 @@ static Bool init_ssl_lib() { } SSL_library_init(); SSL_load_error_strings(); - SSLeay_add_all_algorithms(); - SSLeay_add_ssl_algorithms(); + OpenSSL_add_all_algorithms(); _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
.