summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-02 12:43:43 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-02 12:43:43 +0100
commitbc482e7ffcc2cea901419f738ac7cb9db4aa6182 (patch)
treef127ba69f71c9a0a91fce2fb673f214f2822361e /ebin
parente404734a6af2f14fb2ac60ca767ff23c136ea6a1 (diff)
parent1a78a06f6105172dc1b10d8e5dfbf666d993bcaa (diff)
downloadrabbitmq-server-git-bc482e7ffcc2cea901419f738ac7cb9db4aa6182.tar.gz
Merge default into bug22889
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index bdf407eb93..ce94cafe62 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -11,8 +11,8 @@
rabbit_sup,
rabbit_tcp_client_sup]},
{applications, [kernel, stdlib, sasl, mnesia, os_mon]},
-%% we also depend on ssl but it shouldn't be in here as we don't
-%% actually want to start it
+%% we also depend on crypto, public_key and ssl but they shouldn't be
+%% in here as we don't actually want to start it
{mod, {rabbit, []}},
{env, [{tcp_listeners, [{"0.0.0.0", 5672}]},
{ssl_listeners, []},