Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: inside-secure - remove useless memset
This patch removes an useless memset in the ahash_export function, as the zeroed buffer will be entirely overridden the next line. Suggested-by: Ofer Heifetz <[email protected]> Signed-off-by: Antoine Tenart <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information