Skip to content

Commit

Permalink
add missing feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Apr 23, 2023
1 parent 57bd34d commit c9db15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl/src/x509/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c9db15a

Please sign in to comment.