remove extra spacing

This commit is contained in:
Christopher Moore 2016-01-10 17:12:41 +00:00
parent 8f72166f66
commit b7e3d97935
No known key found for this signature in database
GPG Key ID: 6C6D2F8B4E4EB0F8
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ module Net::SSH::Transport
# Maps the supported key-exchange algorithms as named by the SSH protocol
# to their corresponding implementors.
MAP = {
'diffie-hellman-group-exchange-sha1' => DiffieHellmanGroupExchangeSHA1,
'diffie-hellman-group1-sha1' => DiffieHellmanGroup1SHA1,
'diffie-hellman-group-exchange-sha1' => DiffieHellmanGroupExchangeSHA1,
'diffie-hellman-group1-sha1' => DiffieHellmanGroup1SHA1,
}
if defined?(DiffieHellmanGroupExchangeSHA256)
MAP['diffie-hellman-group-exchange-sha256'] = DiffieHellmanGroupExchangeSHA256