From 89bfa9239e7092fb4cce7ef64bbbb68eefbe5fd2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Nov 2025 22:34:27 +0100 Subject: [PATCH] tpm2-util: add missing entry in string table Follow-up for: e5a2e7866572614e66cbf6c1d3969128562d9552 --- src/shared/tpm2-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/tpm2-util.c b/src/shared/tpm2-util.c index da74ca06a5a..356c3e4909e 100644 --- a/src/shared/tpm2-util.c +++ b/src/shared/tpm2-util.c @@ -6425,6 +6425,7 @@ static const char* tpm2_userspace_event_type_table[_TPM2_USERSPACE_EVENT_TYPE_MA [TPM2_EVENT_VOLUME_KEY] = "volume-key", [TPM2_EVENT_MACHINE_ID] = "machine-id", [TPM2_EVENT_PRODUCT_ID] = "product-id", + [TPM2_EVENT_KEYSLOT] = "keyslot", }; DEFINE_STRING_TABLE_LOOKUP(tpm2_userspace_event_type, Tpm2UserspaceEventType); -- 2.47.3