summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb')
-rw-r--r--lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb b/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
index 84d0e4a..a0c911d 100644
--- a/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
+++ b/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
@@ -17,7 +17,7 @@ module Net
private
- def generate_key #:nodoc:
+ def generate_key # :nodoc:
OpenSSL::PKey::EC.new(curve_name).generate_key
end