mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
322 B
Diff
11 lines
322 B
Diff
--- a/src/utils/downloader.c
|
|
+++ b/src/utils/downloader.c
|
|
@@ -391,7 +391,6 @@
|
|
}
|
|
SSL_library_init();
|
|
SSL_load_error_strings();
|
|
- SSLeay_add_all_algorithms();
|
|
SSLeay_add_ssl_algorithms();
|
|
_ssl_is_initialized = GF_TRUE;
|
|
GF_LOG(GF_LOG_DEBUG, GF_LOG_NETWORK, ("[HTTPS] Initalization of SSL library complete.\n"));
|
|
|