aboutsummaryrefslogtreecommitdiff
path: root/ssh/cipher_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/cipher_test.go')
-rw-r--r--ssh/cipher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/cipher_test.go b/ssh/cipher_test.go
index 6109828..f1be0d6 100644
--- a/ssh/cipher_test.go
+++ b/ssh/cipher_test.go
@@ -141,7 +141,7 @@ func TestCVE202143565(t *testing.T) {
constructPacket func(packetCipher) io.Reader
}{
{
- cipher: gcmCipherID,
+ cipher: gcm128CipherID,
constructPacket: func(client packetCipher) io.Reader {
internalCipher := client.(*gcmCipher)
b := &bytes.Buffer{}