summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-06-21 19:39:52 -0500
committerTristan Sloughter <t@crashfast.com>2015-06-21 19:39:52 -0500
commit6d3a107056833e4360baf0354774506a4ff2bec0 (patch)
treeea1c2c7c236b754d2048195f9efb564748ee2e98
parent9df51005e636bf9c0c63fe5687a221eabedeefe4 (diff)
use application:start(crypto) instead of crypto:start()
-rwxr-xr-xbootstrap5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index ca5f456..62e7fa5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,10 +4,7 @@
main(_Args) ->
- case crypto:start() of
- ok -> ok;
- {error,{already_started,crypto}} -> ok
- end,
+ application:start(crypto),
application:start(asn1),
application:start(public_key),
application:start(ssl),