Magellan Linux

Contents of /trunk/gpac/patches/gpac-0.7.1-openssl-1.1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3015 - (show annotations) (download)
Thu Oct 26 12:03:59 2017 UTC (6 years, 6 months ago) by niro
File size: 322 byte(s)
-added openssl-1.1 patch
1 --- a/src/utils/downloader.c
2 +++ b/src/utils/downloader.c
3 @@ -391,7 +391,6 @@
4 }
5 SSL_library_init();
6 SSL_load_error_strings();
7 - SSLeay_add_all_algorithms();
8 SSLeay_add_ssl_algorithms();
9 _ssl_is_initialized = GF_TRUE;
10 GF_LOG(GF_LOG_DEBUG, GF_LOG_NETWORK, ("[HTTPS] Initalization of SSL library complete.\n"));
11