You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
322 B
12 lines
322 B
--- 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"));
|
|
|