mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Explicitely start crypto module
Without explicit start, it causes issue when embedding ejabberd into other apps.
This commit is contained in:
parent
cc247c5510
commit
34f8f6d868
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user