Projects
Essentials
gpac
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
gpac.spec
Changed
@@ -44,6 +44,7 @@ #PATCH-FIX-UPSTREAM marguerite@opensuse.org - fix u32 count redelaration Patch10: gpac-0.5.1-u32-count-redeclaration.patch Patch11: gpac.wx.patch +Patch12: gpac.ssl.patch BuildRequires: ImageMagick BuildRequires: Mesa-devel BuildRequires: alsa-devel @@ -172,6 +173,7 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build # Fix encoding warnings
View file
gpac.ssl.patch
Added
@@ -0,0 +1,12 @@ +--- 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;
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
.