@@ -10,6 +10,7 @@
%% ===================================================================
start(_StartType, _StartArgs) ->
+ application:start(crypto),
case pooler_sup:start_link() of
{ok, Pid} -> {ok, Pid};
Other -> {error, Other}