Corrected script for unified ECDSAUTILS
Use new unified ecdsautil instead of the old single binaries
This commit is contained in:
parent
6110d3d444
commit
a0acdbb0de
@ -35,7 +35,7 @@ awk 'BEGIN { sep=0 }
|
|||||||
else print > "'"$lower"'"}' \
|
else print > "'"$lower"'"}' \
|
||||||
"$manifest"
|
"$manifest"
|
||||||
|
|
||||||
ecdsasign "$upper" < "$SECRET" >> "$lower"
|
ecdsautil sign "$upper" < "$SECRET" >> "$lower"
|
||||||
|
|
||||||
(
|
(
|
||||||
cat "$upper"
|
cat "$upper"
|
||||||
|
Loading…
Reference in New Issue
Block a user