aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 5a4aa250f..71e6492e8 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -1164,10 +1164,6 @@ algo_available( preftype_t preftype, int algo, void *hint )
&& algo != DIGEST_ALGO_SHA256))
return 0;
- /* TIGER is not allowed any longer according to 2440bis. */
- if( RFC2440 && algo == DIGEST_ALGO_TIGER )
- return 0;
-
return algo && !gcry_md_test_algo( algo );
}
else if( preftype == PREFTYPE_ZIP )