Loading openssl/src/pkey.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1028,6 +1028,7 @@ mod tests { } #[test] #[cfg(ossl110)] fn test_security_bits() { let group = crate::ec::EcGroup::from_curve_name(crate::nid::Nid::SECP521R1).unwrap(); let ec_key = EcKey::generate(&group).unwrap(); Loading Loading
openssl/src/pkey.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1028,6 +1028,7 @@ mod tests { } #[test] #[cfg(ossl110)] fn test_security_bits() { let group = crate::ec::EcGroup::from_curve_name(crate::nid::Nid::SECP521R1).unwrap(); let ec_key = EcKey::generate(&group).unwrap(); Loading