mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
genprotimg/samples: fix typo
Fix typo. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
d72cf322c0
commit
94a3272dac
@@ -101,7 +101,7 @@ extract_body()
|
||||
|
||||
verify_signature()
|
||||
{
|
||||
# Assuming that the signature algorith is SHA512 with RSA
|
||||
# Assuming that the signature algorithm is SHA512 with RSA
|
||||
openssl sha512 -verify $1 -signature $2 $3
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user