summaryrefslogtreecommitdiff
path: root/lib/net/ssh/test/kex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/test/kex.rb')
-rw-r--r--lib/net/ssh/test/kex.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/ssh/test/kex.rb b/lib/net/ssh/test/kex.rb
index 415f841..e8a0392 100644
--- a/lib/net/ssh/test/kex.rb
+++ b/lib/net/ssh/test/kex.rb
@@ -8,7 +8,6 @@ require 'net/ssh/transport/kex'
module Net
module SSH
module Test
-
# An implementation of a key-exchange strategy specifically for unit tests.
# (This strategy would never really work against a real SSH server--it makes
# too many assumptions about the server's response.)
@@ -39,7 +38,6 @@ module Net
hashing_algorithm: OpenSSL::Digest::SHA1 }
end
end
-
end
end
end