diff options
author | Hans Nilsson <[email protected]> | 2018-01-17 19:40:43 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-01-25 18:23:29 +0100 |
commit | b1aa5827bf0c4c857e50003ef28b19b4948fa5ee (patch) | |
tree | 6f9ca5340b8052e8f236dccd985e720796ac5276 /lib/ssh | |
parent | 629dbe19a45d78aa1d9976af07491a1908c5ed8e (diff) | |
download | otp-b1aa5827bf0c4c857e50003ef28b19b4948fa5ee.tar.gz otp-b1aa5827bf0c4c857e50003ef28b19b4948fa5ee.tar.bz2 otp-b1aa5827bf0c4c857e50003ef28b19b4948fa5ee.zip |
ssh: Change the default list of ssh and ssl version images
Diffstat (limited to 'lib/ssh')
-rwxr-xr-x | lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all index e4d189b2eb..0dcf8cb570 100755 --- a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all +++ b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all @@ -3,13 +3,13 @@ UBUNTU_VERSION=16.04 SSH_SSL_VERSIONS=(\ - openssh 4.4p1 openssl 0.9.8zh \ - openssh 4.5p1 openssl 0.9.8zh \ - openssh 5.0p1 openssl 0.9.8zh \ - openssh 6.2p2 openssl 0.9.8zh \ + openssh 4.4p1 openssl 0.9.8c \ + openssh 4.5p1 openssl 0.9.8m \ + openssh 5.0p1 openssl 0.9.8za \ + openssh 6.2p2 openssl 0.9.8c \ openssh 6.3p1 openssl 0.9.8zh \ \ - openssh 7.1p1 openssl 1.0.0t \ + openssh 7.1p1 openssl 1.0.0a \ \ openssh 7.1p1 openssl 1.0.1p \ \ |