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
1 changed files with 1 additions and 1 deletions

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),