Fix feature name

This commit is contained in:
Rodolphe Bréard 2024-11-13 19:27:13 +01:00
parent b89a967157
commit bb951c3726

View file

@ -696,7 +696,7 @@ mod encryption {
} }
#[test] #[test]
#[cfg(feature = "sha")] #[cfg(feature = "aes")]
fn get_latest_ikm_aes128gcm_sha256() { fn get_latest_ikm_aes128gcm_sha256() {
let mut lst = InputKeyMaterialList::new(); let mut lst = InputKeyMaterialList::new();
let _ = lst.add_ikm(); let _ = lst.add_ikm();