summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-12-10 12:16:47 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-12-10 12:16:47 -0700
commit9e618f79c5ff5a55418adbe3909b9490d7ccde91 (patch)
tree3d32d67dae817f47149e1f3e587f1682ddec4936 /src/rebar_core.erl
parent849078026e50816f6303e3a73fff1dd8c0206896 (diff)
parent588337e78bfd093a2003929c2bbc1d824a08fc76 (diff)
Merge
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 61e9dee..fbc5c61 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -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(),