There was an error while loading. Please reload this page.
1 parent 0cfa728 commit c44ee32Copy full SHA for c44ee32
1 file changed
src/tls12.rs
@@ -342,7 +342,6 @@ impl MessageDecrypter for ChaCha20Poly1305Crypter {
342
343
#[cfg(test)]
344
mod test {
345
- use rustls::crypto::cipher::Tls12AeadAlgorithm;
346
use rustls::SupportedCipherSuite;
347
348
use super::{TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384};
0 commit comments