aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-12-08 18:51:56 +0100
committerHans Nilsson <[email protected]>2018-01-08 10:51:30 +0100
commit404424917140bd50896dd9aa5cc7288ea2d7abce (patch)
tree6fc1687feaa7114d3cda135130103e4ef978d490 /lib/ssh/src/ssh_transport.erl
parent19b7ccfe076d88a96b62f3222f38be31bb087df2 (diff)
downloadotp-404424917140bd50896dd9aa5cc7288ea2d7abce.tar.gz
otp-404424917140bd50896dd9aa5cc7288ea2d7abce.tar.bz2
otp-404424917140bd50896dd9aa5cc7288ea2d7abce.zip
ssh: A compatibility testing suite using dockers
This suite tests compatibility with different combinations of OpenSSH and OpenSSL. The peer SSH is running in a docker container.
Diffstat (limited to 'lib/ssh/src/ssh_transport.erl')
-rw-r--r--lib/ssh/src/ssh_transport.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index 154894cda8..ad9efc4755 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -54,7 +54,7 @@
sha/1, sign/3, verify/5]).
%%% For test suites
--export([pack/3]).
+-export([pack/3, adjust_algs_for_peer_version/2]).
-export([decompress/2, decrypt_blocks/3, is_valid_mac/3 ]). % FIXME: remove
-define(Estring(X), ?STRING((if is_binary(X) -> X;