diff --git a/src/lib.rs b/src/lib.rs index 1f44e2e4..d6c216e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,6 +25,7 @@ mod tests; // Re-export any exported functions that are required for // tests to run in a platform-native environment. #[cfg(feature = "ffi-testing")] +#[cfg_attr(feature = "ffi-testing", allow(unused_imports))] pub use tests::ffi::*; /// Creates and returns a `rustls` configuration that verifies TLS diff --git a/src/tests/verification_real_world/letsencrypt_org_valid_1.crt b/src/tests/verification_real_world/letsencrypt_org_valid_1.crt index 4dbed56c..5fd49ffc 100644 Binary files a/src/tests/verification_real_world/letsencrypt_org_valid_1.crt and b/src/tests/verification_real_world/letsencrypt_org_valid_1.crt differ