summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2020-03-16 18:32:48 +0100
committerGitHub <noreply@github.com>2020-03-16 18:32:48 +0100
commit66308cd284da302806176a2625b7e9417148d5c7 (patch)
tree093979a6e2dbc00d6c952f9d810f45e1ca545ca3
parent54476fa1e88a046014fa986792dbf2c65c5f17db (diff)
parent06288e961fa6916991df1e073f4159875a41127e (diff)
downloadnet-ssh-66308cd284da302806176a2625b7e9417148d5c7.tar.gz
Merge pull request #748 from mariuz/patch-1
RbNacl dependecy was replaced with ed25519
-rw-r--r--lib/net/ssh/authentication/ed25519_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/authentication/ed25519_loader.rb b/lib/net/ssh/authentication/ed25519_loader.rb
index 8390f59..bcf920d 100644
--- a/lib/net/ssh/authentication/ed25519_loader.rb
+++ b/lib/net/ssh/authentication/ed25519_loader.rb
@@ -3,7 +3,7 @@ module Net
module Authentication
# Loads ED25519 support which requires optinal dependecies like
- # rbnacl, bcrypt_pbkdf
+ # ed25519, bcrypt_pbkdf
module ED25519Loader
begin