summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-18 19:01:54 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-18 21:44:00 +0000
commitbb79416b6ef536c1b64876d8c9fe5e596dd1320a (patch)
tree114e71ba2b70ad689975c7a6575f58138a0d386b /ebin/rebar.app
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-bb79416b6ef536c1b64876d8c9fe5e596dd1320a.tar.gz
Drop crypto app reliance
By doing this, we fix two issues at once. First, there's no need to have crypto available anymore. While not having crypto in your Erlang installation is a questionable packaging decision, it tends to happen in the wild with users installing Erlang and missing crypto. Sometimes this is not due to a distro's package but users building Erlang without the needed OpenSSL dependencies. Second, this resolves the Erlang 20 rng deprecation warnings.
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app1
1 files changed, 0 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 9449e1e..b4c8b5a 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -55,7 +55,6 @@
stdlib,
sasl,
compiler,
- crypto,
syntax_tools,
tools,
eunit,