summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-05-31 12:34:01 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-05-31 12:34:01 +0100
commitd500ab674797f49fcd48e12ea7978237f228b176 (patch)
treee3c8da45776b54c5fc7a0f9341d61aa1768cd6dc
parent35c694af82da96770869cd05026cb99c23bdf8ea (diff)
downloadrabbitmq-server-bug24974.tar.gz
Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ssl] to the list.bug24974
-rw-r--r--src/rabbit.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index b7ba7144..109cf4e6 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -199,7 +199,8 @@
rabbit_queue_index, gen, dict, ordsets, file_handle_cache,
rabbit_msg_store, array, rabbit_msg_store_ets_index, rabbit_msg_file,
rabbit_exchange_type_fanout, rabbit_exchange_type_topic, mnesia,
- mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon]).
+ mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon,
+ ssl_connection, ssl_record, gen_fsm, ssl]).
%% HiPE compilation uses multiple cores anyway, but some bits are
%% IO-bound so we can go faster if we parallelise a bit more. In