File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
rabbitmq_auth_mechanism_ssl Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4949DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk \
5050 rabbit_common/mk/rabbitmq-hexpm.mk
5151
52- PLT_APPS = ssl public_key
52+ PLT_APPS = crypto ssl public_key
5353
5454include ../../rabbitmq-components.mk
5555include ../../erlang.mk
Original file line number Diff line number Diff line change @@ -19,5 +19,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp10_client
1919DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
2020DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
2121
22+ PLT_APPS = crypto public_key
23+
2224include ../../rabbitmq-components.mk
2325include ../../erlang.mk
You can’t perform that action at this time.
0 commit comments