Skip to content

Commit c44ee32

Browse files
committed
Remove unused TLS 1.2 test import
1 parent 0cfa728 commit c44ee32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tls12.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ impl MessageDecrypter for ChaCha20Poly1305Crypter {
342342

343343
#[cfg(test)]
344344
mod test {
345-
use rustls::crypto::cipher::Tls12AeadAlgorithm;
346345
use rustls::SupportedCipherSuite;
347346

348347
use super::{TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384};

0 commit comments

Comments
 (0)