diff options
Diffstat (limited to 'src/test/test-tpm2.c')
-rw-r--r-- | src/test/test-tpm2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-tpm2.c b/src/test/test-tpm2.c index 80e20db360..7cefb0c93b 100644 --- a/src/test/test-tpm2.c +++ b/src/test/test-tpm2.c @@ -1043,6 +1043,7 @@ static void check_seal_unseal_for_handle(Tpm2Context *c, TPM2_HANDLE handle) { /* pubkey_pcr_mask= */ 0, /* signature= */ NULL, /* pin= */ NULL, + /* pcrlock_policy= */ NULL, /* primary_alg= */ 0, blob, blob_size, /* policy_hash= */ NULL, /* policy_hash_size= */ 0, |