aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-11-23 10:37:42 +0100
committerHans Nilsson <[email protected]>2017-11-23 10:37:42 +0100
commit8a2e432f92f621a8048ea8e92c2801f323c51280 (patch)
tree65f1e78bea3f01023febf4c57eba3adc4c9432e5 /lib
parent3bf3ba8c31b13df4fdbd9a83ca3f8b31248a220c (diff)
parent680a743a26900e279f0f918a86c804076e75e562 (diff)
downloadotp-8a2e432f92f621a8048ea8e92c2801f323c51280.tar.gz
otp-8a2e432f92f621a8048ea8e92c2801f323c51280.tar.bz2
otp-8a2e432f92f621a8048ea8e92c2801f323c51280.zip
Merge branch 'hans/ssh/cuddle_tests' into maint
* hans/ssh/cuddle_tests: ssh: remove left-over msg traceing
Diffstat (limited to 'lib')
-rw-r--r--lib/ssh/test/ssh_engine_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_engine_SUITE.erl b/lib/ssh/test/ssh_engine_SUITE.erl
index 035446932b..daf93891e9 100644
--- a/lib/ssh/test/ssh_engine_SUITE.erl
+++ b/lib/ssh/test/ssh_engine_SUITE.erl
@@ -57,7 +57,6 @@ init_per_suite(Config) ->
?CHECK_CRYPTO(
case load_engine() of
{ok,E} ->
- ssh_dbg:messages(fun ct:pal/2),
[{engine,E}|Config];
{error, notsup} ->
{skip, "Engine not supported on this OpenSSL version"};