Explicitely start crypto module

Without explicit start, it causes issue when embedding ejabberd into other apps.
This commit is contained in:
Mickael Remond 2015-04-06 13:46:09 +02:00
parent cc247c5510
commit 34f8f6d868
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ set_loglevel_from_config() ->
start_apps() ->
ejabberd:start_app(sasl),
ejabberd:start_app(crypto),
ejabberd:start_app(ssl),
ejabberd:start_app(p1_yaml),
ejabberd:start_app(p1_tls),