Update source for Rust 1.74.1

Test: m rust
Bug: 310977762
Change-Id: Id99be2655b75f703280f2bdf974fe3fed6f24452
This commit is contained in:
Chris Wailes 2024-01-16 13:36:50 -08:00
parent 8e98af6e9f
commit 282343391e

View file

@ -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;