diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-23 16:13:33 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-23 16:13:33 +0100 |
| commit | b385b803079282c5b7e69f82fa8ec54908cf798f (patch) | |
| tree | 4b87b877a414869a368fff0ea64d5400e0d23f23 /ebin | |
| parent | 5a9571b723e33526b424d50914b6acaddd4c7956 (diff) | |
| download | rabbitmq-server-git-b385b803079282c5b7e69f82fa8ec54908cf798f.tar.gz | |
ssl works again
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
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, []}, |
