Update source for Rust 1.74.1
Test: m rust Bug: 310977762 Change-Id: Id99be2655b75f703280f2bdf974fe3fed6f24452
This commit is contained in:
parent
8e98af6e9f
commit
282343391e
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ impl KeyBlob {
|
|||
const KEY_BLOB_VERSION: u8 = 0;
|
||||
|
||||
/// Hard-coded HMAC key used for keyblob authentication.
|
||||
const LEGACY_HMAC_KEY: &[u8] = b"IntegrityAssuredBlob0\0";
|
||||
const LEGACY_HMAC_KEY: &'static [u8] = b"IntegrityAssuredBlob0\0";
|
||||
|
||||
/// Size (in bytes) of appended MAC.
|
||||
const MAC_LEN: usize = 8;
|
||||
|
|
Loading…
Reference in a new issue