aboutsummaryrefslogtreecommitdiffstats
path: root/checks/sigs.test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xchecks/sigs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/sigs.test b/checks/sigs.test
index 4b3894c28..f3766a814 100755
--- a/checks/sigs.test
+++ b/checks/sigs.test
@@ -9,7 +9,7 @@ for i in $plain_files $data_files; do
cmp $i y || error "$i: mismatch"
done
-for da in rmd160 sha1 md5 tiger; do
+for da in ripemd160 sha1 md5 tiger; do
for i in $plain_files; do
echo "$usrpass1" | ./run-gpg --passphrase-fd 0 --digest-algo $da \
-s -o x --yes $i