diff --git a/openssl/src/x509/tests.rs b/openssl/src/x509/tests.rs index 748d70dbba..d4dbf316d2 100644 --- a/openssl/src/x509/tests.rs +++ b/openssl/src/x509/tests.rs @@ -195,6 +195,7 @@ fn test_authority_key_id() { } #[test] +#[cfg(ossl111)] fn test_authority_issuer_and_serial() { let cert = include_bytes!("../../test/authority_key_identifier.pem"); let cert = X509::from_pem(cert).unwrap();