commit | 3e47248e6d5e897f61850b329ae458f93aff699d | [log] [tgz] |
---|---|---|
author | Harald Seiler <hws@denx.de> | Mon Jun 15 09:47:04 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 16 11:36:30 2020 -0400 |
tree | 597d7838e019ae73b4cea6962c484d30ae31e593 | |
parent | 2396f98d7526fc870721d3ebac571bd00c08d045 [diff] |
common: hash: Remove a debug printf statement Remove a left-over debug printf that was introduced with SHA512 support. Fixes: d16b38f42704 ("Add support for SHA384 and SHA512") Signed-off-by: Harald Seiler <hws@denx.de>
diff --git a/common/hash.c b/common/hash.c index 5c75848..05238a8 100644 --- a/common/hash.c +++ b/common/hash.c
@@ -146,8 +146,6 @@ if (size < algo->digest_size) return -1; - printf("hello world\n"); - sha512_finish((sha512_context *)ctx, dest_buf); free(ctx); return 0;