summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),