This commit is contained in:
Rob Ede 2021-02-13 16:33:41 +00:00
parent 1f1482b706
commit ec79f37f68
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 2 additions and 0 deletions

View File

@ -755,6 +755,8 @@ async fn test_brotli_encoding_large_openssl() {
#[cfg(all(feature = "rustls", feature = "openssl"))]
mod rustls {
use super::*;
use rustls::{
internal::pemfile::{certs, pkcs8_private_keys},
NoClientAuth, ServerConfig as RustlsServerConfig,