diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 15:43:02 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 15:43:02 +0100 |
| commit | 27c3ec5d16bd07c3f2cf96c82d5164efd78f252a (patch) | |
| tree | 5a612391671e541e13a8d51df2a271ec3820a418 /ebin | |
| parent | 9be893a12ed0ea76216dfcdadb9c071753bdc5ba (diff) | |
| download | rabbitmq-server-git-27c3ec5d16bd07c3f2cf96c82d5164efd78f252a.tar.gz | |
cosmetic
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 5822078bae..a4582e2db5 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -69,7 +69,5 @@ mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon, ssl_connection, tls_connection, ssl_record, tls_record, gen_fsm, ssl]}, - %% see bug 25668 about why we need these - {ssl_apps, - [asn1, crypto, public_key, ssl]} + {ssl_apps, [asn1, crypto, public_key, ssl]} ]}]}. |
