From fe0de7bcaabe02894c717d2ff4ae5e3621e06f03 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 4 Sep 2003 12:03:04 +0000 Subject: * armor.c (parse_hash_header, armor_filter), g10.c (print_hex, print_mds), pkclist.c (algo_available): Drop TIGER/192 support. --- g10/pkclist.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'g10/pkclist.c') diff --git a/g10/pkclist.c b/g10/pkclist.c index e6c826963..0a94a259f 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 && !check_digest_algo( algo ); } else if( preftype == PREFTYPE_ZIP ) -- cgit