From 850c5db3709009be49587f245d9a07752ea87953 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 13 Dec 2024 14:19:53 -0500 Subject: [PATCH] tpm2: Fix a compilation error in frozen profile Signed-off-by: Stefan Berger --- src/tpm2/RuntimeProfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpm2/RuntimeProfile.c b/src/tpm2/RuntimeProfile.c index f998b0a03..ad77d3a90 100644 --- a/src/tpm2/RuntimeProfile.c +++ b/src/tpm2/RuntimeProfile.c @@ -123,7 +123,7 @@ static const struct RuntimeProfileDesc { "null,rsassa,rsaes,rsapss,oaep,ecdsa,ecdh,ecdaa,sm2,ecschnorr,ecmqv," "kdf1-sp800-56a,kdf2,kdf1-sp800-108,ecc,ecc-min-size=192,ecc-nist," "ecc-bn,ecc-sm2-p256,symcipher,camellia,camellia-min-size=128,cmac," - "ctr,ofb,cbc,cfb,ecb"; + "ctr,ofb,cbc,cfb,ecb", .stateFormatLevel = 7, .description = "This profile enables all libtpms v0.10-supported commands and " "algorithms. This profile is compatible with libtpms >= v0.10.",