F-13461 - Return success from the capabilities example handle listing

pull/604/head
Aidan Garske 2026-09-10 11:12:25 -07:00
parent 94963636ac
commit 7d4d39780d
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ int TPM2_Wrapper_CapsArgs(void* userCtx, int argc, char *argv[])
rc = wolfTPM2_GetHandles(PERSISTENT_FIRST, NULL);
if (rc >= 0) {
printf("Found %d persistent handles\n", rc);
rc = TPM_RC_SUCCESS;
}
/* Print the available PCR's */