diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 16:02:48 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 16:02:48 +0100 |
| commit | 627ce406058688e728bba7dbb4dfe574003b6ae5 (patch) | |
| tree | 7b4d248f97f11331d7fbb9a5b70df4ca87cb0efa /ebin | |
| parent | 124c698ea57108f7bd087a646290d5a792b87b68 (diff) | |
| parent | a55b4219197ace8dabc6135c920bcd7dfecf724f (diff) | |
| download | rabbitmq-server-git-627ce406058688e728bba7dbb4dfe574003b6ae5.tar.gz | |
Merge bug25670
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 635869a2c1..a4582e2db5 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -68,5 +68,6 @@ rabbit_exchange_type_fanout, rabbit_exchange_type_topic, mnesia, mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon, ssl_connection, tls_connection, ssl_record, tls_record, - gen_fsm, ssl]} + gen_fsm, ssl]}, + {ssl_apps, [asn1, crypto, public_key, ssl]} ]}]}. |
