summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-05-19 17:09:38 +0100
committerMatthew Sackman <matthew@lshift.net>2010-05-19 17:09:38 +0100
commitca35c251038c741970c7042e35f108d5c7bf58e0 (patch)
tree10839250f6d8288bb9c5d74a7cc591d452b9c1eb
parent0cb70028d3a08eaaae5b43a998e2945bc4a71348 (diff)
parent6bd4333084b9c9faaffff4b9ef62cf4a7961c664 (diff)
downloadrabbitmq-server-git-ca35c251038c741970c7042e35f108d5c7bf58e0.tar.gz
Merging bug 22759 onto default
-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 274981efed..ef3c5cc250 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]),