From: Sergey Matveev Date: Mon, 28 Nov 2016 10:29:24 +0000 (+0300) Subject: My local path to streebog256 utility is changed X-Git-Tag: 3.2~7 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=2a70c0b74a86b0ef6f9bd03ba9b5bfa23f523900 My local path to streebog256 utility is changed --- diff --git a/makedist.sh b/makedist.sh index ff39804..1fc9f34 100755 --- a/makedist.sh +++ b/makedist.sh @@ -14,7 +14,7 @@ gpg --detach-sign --sign --local-user E6FD1269CD0C009E pygost-"$release".tar.xz tarball=pygost-"$release".tar.xz size=$(( $(wc -c < $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) -hashsb=$($HOME/work/gogost/gogost-streebog < $tarball) +hashsb=$($HOME/work/gogost/streebog256 < $tarball) cat <