Fix feature name
This commit is contained in:
parent
b89a967157
commit
bb951c3726
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue