aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-11-23 10:38:02 +0100
committerHans Nilsson <[email protected]>2017-11-23 10:38:02 +0100
commitfa3906ff8494f0c6627191269c6062f309abe984 (patch)
treef4f8110c52a889278c4775d9c47d1471c946c99d
parent1cd85ad1e9f99d1deee73f7bb973ed33b18617a4 (diff)
parent8a2e432f92f621a8048ea8e92c2801f323c51280 (diff)
downloadotp-fa3906ff8494f0c6627191269c6062f309abe984.tar.gz
otp-fa3906ff8494f0c6627191269c6062f309abe984.tar.bz2
otp-fa3906ff8494f0c6627191269c6062f309abe984.zip
Merge branch 'maint'
* maint: ssh: remove left-over msg traceing
-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"};