Skip to content

Commit 0ff64c6

Browse files
committed
Fix test for activate_credential.
1 parent 172a963 commit 0ff64c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/attestation/activate_credential.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int TPM2_ActivateCredential_Example(void* userCtx, int argc, char *argv[])
6767
int dataSize = 0;
6868
#endif
6969
const char *input = "cred.blob";
70-
const char *keyblob = "keyblob.bin";
70+
const char *keyblob = "ek.bin";
7171

7272
ActivateCredential_In activCredIn;
7373
ActivateCredential_Out activCredOut;

0 commit comments

Comments
 (0)