Commit c9db15a8 authored by Zhang Jingqiang's avatar Zhang Jingqiang
Browse files

add missing feature flag

parent 57bd34d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();