Loading openssl/src/x509/tests.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
openssl/src/x509/tests.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading