Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dice] remove unused cert_size output parameter in dice_cert_check_valid
This removes the unused `cert_size` output parameter in the `dice_cert_check_valid` function. Also, the original implementation caused a clang compiler error due to incompatible pointer types by passing `&cert_size` (size_t *) to the `cert_x509_asn1_check_serial_number` function (expects a uint32_t * type). Signed-off-by: Anthony Chen <[email protected]>
- Loading branch information