diff options
Diffstat (limited to 'common/hash.c')
-rw-r--r-- | common/hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hash.c b/common/hash.c index 5c75848b7d..05238a8ba9 100644 --- a/common/hash.c +++ b/common/hash.c @@ -146,8 +146,6 @@ static int hash_finish_sha512(struct hash_algo *algo, void *ctx, void if (size < algo->digest_size) return -1; - printf("hello world\n"); - sha512_finish((sha512_context *)ctx, dest_buf); free(ctx); return 0; |