mirror of https://github.com/wolfSSL/wolfTPM.git
F-13461 - Return success from the capabilities example handle listing
parent
94963636ac
commit
7d4d39780d
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue