From f33a48b64b7b79a3ea9a9980ac276309491b6fe3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 22 May 2023 11:56:35 +0300 Subject: [PATCH] Newline terminator --- contrib/streebog256sum | 1 + contrib/streebog512sum | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/streebog256sum b/contrib/streebog256sum index d5c4dc6..45fc856 100755 --- a/contrib/streebog256sum +++ b/contrib/streebog256sum @@ -1,3 +1,4 @@ #!/bin/sh nettle-hash --algorithm=streebog256 --raw | hexdump -v -e '/1 "%02x"' +echo diff --git a/contrib/streebog512sum b/contrib/streebog512sum index c3fd7a4..ae7c0ff 100755 --- a/contrib/streebog512sum +++ b/contrib/streebog512sum @@ -1,3 +1,4 @@ #!/bin/sh nettle-hash --algorithm=streebog512 --raw | hexdump -v -e '/1 "%02x"' +echo -- 2.44.0