Skip to content

Commit

Permalink
The Base64 module is still used within tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 7, 2024
1 parent 6b7d21b commit ac67df6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/authentication/test_key_manager.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require_relative '../common'
require 'net/ssh/authentication/key_manager'
require 'base64'

module Authentication
class TestKeyManager < NetSSHTest
Expand Down
1 change: 1 addition & 0 deletions test/transport/kex/test_curve25519_sha256.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require_relative '../../common'
require 'transport/kex/test_diffie_hellman_group1_sha1'
require 'net/ssh/transport/kex/curve25519_sha256_loader'
require 'base64'
require 'ostruct'

module Transport
Expand Down
1 change: 1 addition & 0 deletions test/transport/kex/test_diffie_hellman_group1_sha1.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require_relative '../../common'
require 'net/ssh/transport/kex/diffie_hellman_group1_sha1'
require 'base64'
require 'ostruct'

module Transport
Expand Down
1 change: 1 addition & 0 deletions test/transport/kex/test_ecdh_sha2_nistp256.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'base64'
require 'openssl'
require 'ostruct'
require_relative '../../common'
Expand Down

0 comments on commit ac67df6

Please sign in to comment.