aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.app.src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-12-08 12:31:29 +0100
committerHans Nilsson <[email protected]>2014-12-08 14:12:10 +0100
commitc7e5d33b782d72b9ac9150b1c99b758c7888d3f3 (patch)
tree48c336897e872267d69e3ce1807040570239e251 /lib/ssh/src/ssh.app.src
parentccbbf5ae09286e71761b42a4b203384002997b84 (diff)
downloadotp-c7e5d33b782d72b9ac9150b1c99b758c7888d3f3.tar.gz
otp-c7e5d33b782d72b9ac9150b1c99b758c7888d3f3.tar.bz2
otp-c7e5d33b782d72b9ac9150b1c99b758c7888d3f3.zip
ssh: Fix .app and .appup
Diffstat (limited to 'lib/ssh/src/ssh.app.src')
-rw-r--r--lib/ssh/src/ssh.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src
index 4ad55b34ca..bc01c539e0 100644
--- a/lib/ssh/src/ssh.app.src
+++ b/lib/ssh/src/ssh.app.src
@@ -40,7 +40,7 @@
{applications, [kernel, stdlib, crypto, public_key]},
{env, []},
{mod, {ssh_app, []}},
- {runtime_dependencies, ["stdlib-2.0","public_key-0.22","kernel-3.0",
+ {runtime_dependencies, ["stdlib-2.3","public_key-0.22","kernel-3.0",
"erts-6.0","crypto-3.3"]}]}.