change type of hash block to uint8_t
This commit is contained in:
parent
1e2b046026
commit
9e2ffe83ac
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
/** The hash context. */
|
||||
struct psa_hash_operation_s hash_ctx;
|
||||
/** The HMAC part of the context. */
|
||||
char hmac_ctx[PSA_CRYPTO_MD_BLOCK_SIZE];
|
||||
uint8_t hmac_ctx[PSA_CRYPTO_MD_BLOCK_SIZE];
|
||||
} psa_hmac_internal_data;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue