diff --git a/src/ikm.rs b/src/ikm.rs index 09e2295..99deb14 100644 --- a/src/ikm.rs +++ b/src/ikm.rs @@ -696,7 +696,7 @@ mod encryption { } #[test] - #[cfg(feature = "sha")] + #[cfg(feature = "aes")] fn get_latest_ikm_aes128gcm_sha256() { let mut lst = InputKeyMaterialList::new(); let _ = lst.add_ikm();