24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Explicitly start crypto with start

This is to please Elixir / Phoenix enviroment
This commit is contained in:
Mickael Remond 2015-04-07 09:03:37 +02:00
parent 2a94c68724
commit c140f98276

View File

@ -239,8 +239,8 @@ set_loglevel_from_config() ->
ejabberd_logger:set(Level).
start_apps() ->
crypto:start(),
ejabberd:start_app(sasl),
ejabberd:start_app(crypto),
ejabberd:start_app(ssl),
ejabberd:start_app(p1_yaml),
ejabberd:start_app(p1_tls),