From 95c7e264d29f1aaafe298a6a3332cf153a602670 Mon Sep 17 00:00:00 2001 From: manastasova Date: Wed, 8 Jan 2025 21:37:31 +0000 Subject: [PATCH] add new line at the end of file --- crypto/fipsmodule/sha/sha3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fipsmodule/sha/sha3.c b/crypto/fipsmodule/sha/sha3.c index 02c33cb238..708d554a6d 100644 --- a/crypto/fipsmodule/sha/sha3.c +++ b/crypto/fipsmodule/sha/sha3.c @@ -239,4 +239,4 @@ int SHAKE_Init(KECCAK1600_CTX *ctx, size_t block_size) { int SHAKE_Final(uint8_t *md, KECCAK1600_CTX *ctx, size_t len) { ctx->md_size = len; return SHA3_Final(md, ctx); -} \ No newline at end of file +}