Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sha2: use size of struct and not of pointer in memset()
The size of the struct should be given here and not the size of the pointer. clang pointed out this error. Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information