summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.erl')
-rw-r--r--src/rebar.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index a7bbe1a..338e97b 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -162,7 +162,10 @@ run_aux(BaseConfig, Commands) ->
ok -> ok;
{error,{already_started,crypto}} -> ok
end,
-
+ application:start(asn1),
+ application:start(public_key),
+ application:start(ssl),
+ inets:start(),
[Command | Args] = Commands,
CommandAtom = list_to_atom(Command),