aboutsummaryrefslogtreecommitdiffstats
path: root/checks/sigs.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/sigs.test')
-rwxr-xr-xchecks/sigs.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/checks/sigs.test b/checks/sigs.test
index 7a8f998c1..0c5fcd3e6 100755
--- a/checks/sigs.test
+++ b/checks/sigs.test
@@ -9,6 +9,9 @@ for i in $plain_files $data_files; do
cmp $i y || error "$i: mismatch"
done
+# TODO: add the new SHAs here once we allow them to be used in new
+# documents.
+
hash_algo_list="ripemd160 sha1 md5"
if have_hash_algo "TIGER192"; then
hash_algo_list="$hash_algo_list tiger192"