Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit b556135

Browse files
Cosmetics: prefer application:application:ensure_all_started/1
To be consistent with what RabbitMQ core uses. Per discussion with @dcorbacho.
1 parent f7e03d0 commit b556135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_trust_store_http_provider.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ join_url(BaseUrl, CertPath) ->
5959

6060
init(Config) ->
6161
inets:start(httpc, [{profile, ?PROFILE}]),
62-
ssl:start(),
62+
application:ensure_all_started(ssl),
6363
Options = proplists:get_value(proxy_options, Config, []),
6464
httpc:set_options(Options, ?PROFILE).
6565

0 commit comments

Comments
 (0)