summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/hmac/none.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/transport/hmac/none.rb')
-rw-r--r--lib/net/ssh/transport/hmac/none.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/ssh/transport/hmac/none.rb b/lib/net/ssh/transport/hmac/none.rb
index 191373e..a5e3af4 100644
--- a/lib/net/ssh/transport/hmac/none.rb
+++ b/lib/net/ssh/transport/hmac/none.rb
@@ -1,7 +1,6 @@
require 'net/ssh/transport/hmac/abstract'
module Net::SSH::Transport::HMAC
-
# The "none" algorithm. This has a key and mac length of 0.
class None < Abstract
key_length 0
@@ -11,5 +10,4 @@ module Net::SSH::Transport::HMAC
""
end
end
-
end