Make sure crypto is running as lots of things use it

This commit is contained in:
Dave Smith 2009-12-09 21:59:58 -07:00
parent b088139ed0
commit d894dc5448

View file

@ -50,6 +50,9 @@ run(Args) ->
%% Pre-load the rebar app so that we get default configuration
ok = application:load(rebar),
%% Make sure crypto is running
crypto:start(),
%% Initialize logging system
rebar_log:init(),