diff options
author | Hans Nilsson <[email protected]> | 2017-01-30 13:12:06 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-01-31 18:30:22 +0100 |
commit | 497fc8de10bfee9eb693d393c270d8e06dbd15be (patch) | |
tree | 686baf37a3c036093ab956611fd4affe1212d5ae /lib/ssh/src | |
parent | 7518684155aaabdde97c7b624803523c045bc185 (diff) | |
download | otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.tar.gz otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.tar.bz2 otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.zip |
ssh,crypto: prepare for release
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 4a76fd9cd3..cb0f087cfb 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -40,6 +40,6 @@ {env, []}, {mod, {ssh_app, []}}, {runtime_dependencies, ["stdlib-2.3","public_key-0.22","kernel-3.0", - "erts-6.0","crypto-3.3"]}]}. + "erts-6.0","crypto-3.6.3.1"]}]}. |