summaryrefslogtreecommitdiff
path: root/lib/net/ssh/buffer.rb
diff options
context:
space:
mode:
authorCarsten Dreesbach <carsten.dreesbach@opower.com>2012-12-23 07:41:30 -0500
committerCarsten Dreesbach <carsten.dreesbach@opower.com>2012-12-23 07:41:30 -0500
commitc94261fbcb86f9e030c41caf5bc39d033d250f43 (patch)
tree332eefbf12069d4988b705ab76f0f846743c2fa8 /lib/net/ssh/buffer.rb
parent55dc9b226a2c1ac752a24594b73e309cc94c3b9c (diff)
downloadnet-ssh-c94261fbcb86f9e030c41caf5bc39d033d250f43.tar.gz
Removing warnings
Diffstat (limited to 'lib/net/ssh/buffer.rb')
-rw-r--r--lib/net/ssh/buffer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/buffer.rb b/lib/net/ssh/buffer.rb
index 83b73f3..d3fb788 100644
--- a/lib/net/ssh/buffer.rb
+++ b/lib/net/ssh/buffer.rb
@@ -261,7 +261,7 @@ module Net; module SSH
else
begin
key = OpenSSL::PKey::EC.read_keyblob($1, self)
- rescue OpenSSL::PKey::ECError => e
+ rescue OpenSSL::PKey::ECError
raise NotImplementedError, "unsupported key type `#{type}'"
end
end