summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2010-05-14 22:54:40 +1200
committerTony Garnock-Jones <tonyg@lshift.net>2010-05-14 22:54:40 +1200
commit394a048a8044fb12552afedd7366a5fa9cf4f9af (patch)
tree75280aa24a662d70738a91e836161f893457fe13
parent7aa3e44a5b2685cf159507a5ff2afbad43de0667 (diff)
downloadrabbitmq-server-bug22759.tar.gz
Ignore obj_out_of_date for crypto, toobug22759
-rw-r--r--src/rabbit_plugin_activator.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl
index 274981ef..ef3c5cc2 100644
--- a/src/rabbit_plugin_activator.erl
+++ b/src/rabbit_plugin_activator.erl
@@ -108,6 +108,7 @@ start() ->
WApp == stdlib;
WApp == kernel;
WApp == sasl;
+ WApp == crypto;
WApp == os_mon -> false;
_ -> true
end]),