Skip to content
Commit 29f4f09e authored by Fabio Utzig's avatar Fabio Utzig
Browse files

Fix MMCAU_SHA256 type warnings



Fix warnings in the usage of MMCAU_SHA256 routines, where digest is
expected to be `uint32_t*`, but is defined as `word32*`, which results
in:

```
expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of
type 'word32 *' {aka 'unsigned int *'}
```

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 817cd2f2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment