diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2015-03-17 08:49:59 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 09:58:17 +0100 |
commit | cc88832353f01b754fcb199c28f7baa20679bdb9 (patch) | |
tree | b705bdd747d4d845b9ba6d0f39a87e12b20b4130 /src/lib/emile/emile_main.c | |
parent | 2d342c281473cc9f03b76dfe234f60fc60377c4a (diff) |
ecore_con: depend on emile for initializing crypto library.
Diffstat (limited to '')
-rw-r--r-- | src/lib/emile/emile_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/emile/emile_main.c b/src/lib/emile/emile_main.c index 5aa80acd66..9171b565a6 100644 --- a/src/lib/emile/emile_main.c +++ b/src/lib/emile/emile_main.c | |||
@@ -72,6 +72,8 @@ emile_init(void) | |||
72 | #endif /* ifdef HAVE_GNUTLS */ | 72 | #endif /* ifdef HAVE_GNUTLS */ |
73 | #ifdef HAVE_OPENSSL | 73 | #ifdef HAVE_OPENSSL |
74 | ERR_load_crypto_strings(); | 74 | ERR_load_crypto_strings(); |
75 | SSL_library_init(); | ||
76 | SSL_load_error_strings(); | ||
75 | OpenSSL_add_all_algorithms(); | 77 | OpenSSL_add_all_algorithms(); |
76 | #endif /* ifdef HAVE_OPENSSL */ | 78 | #endif /* ifdef HAVE_OPENSSL */ |
77 | 79 | ||