Skip to content

Commit

Permalink
Do not initialize openssl twice when ghttp module is enabled.
Browse files Browse the repository at this point in the history
git-svn-id: http://streamboard.de.vu/svn/oscam/trunk@10471 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
gfto committed Feb 10, 2015
1 parent 88a65ac commit 439d436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module-ghttp.c
Expand Up @@ -91,8 +91,6 @@ int32_t ghttp_client_init(struct s_client *cl)

ghttp_ignored_contexts = ll_create("ignored contexts");
#ifdef WITH_SSL
SSL_load_error_strings();
SSL_library_init();
ghttp_ssl_context = SSL_CTX_new(SSLv23_client_method());
if(ghttp_ssl_context == NULL)
{
Expand Down

0 comments on commit 439d436

Please sign in to comment.