Skip to content

Commit

Permalink
tpm2: Fix a compilation error in frozen profile
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Dec 13, 2024
1 parent 5d1014a commit 850c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpm2/RuntimeProfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 850c5db

Please sign in to comment.