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 | b97d76ee28d152c558217241aae61e4fd11918f5 (patch) | |
tree | 5a612391671e541e13a8d51df2a271ec3820a418 | |
parent | 19aee057841b02b1e874794cb85be776ea854780 (diff) | |
download | rabbitmq-server-b97d76ee28d152c558217241aae61e4fd11918f5.tar.gz |
cosmeticbug25668
-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 5822078b..a4582e2d 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]} ]}]}. |