diff options
Diffstat (limited to 'lib/ssh/src')
| -rw-r--r-- | lib/ssh/src/ssh.app.src | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 2bb7491b0c..7859ab4064 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -41,10 +41,10 @@    {env, []},    {mod, {ssh_app, []}},    {runtime_dependencies, [ -			  "crypto-3.3", +			  "crypto-3.7.3",  			  "erts-6.0",  			  "kernel-3.0", -			  "public_key-1.1", -			  "stdlib-3.1" +			  "public_key-1.4", +			  "stdlib-3.3"  			 ]}]}. | 
