From c9db15a8ef94f1404b931107f4637cab77f071d6 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Sun, 23 Apr 2023 22:41:58 +0800 Subject: [PATCH] add missing feature flag --- openssl/src/x509/tests.rs | 1 + 1 file changed, 1 insertion(+) 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();