diff options
author | David Shaw <[email protected]> | 2003-09-04 12:03:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-09-04 12:03:04 +0000 |
commit | fe0de7bcaabe02894c717d2ff4ae5e3621e06f03 (patch) | |
tree | 1d9b8465f5ee17dedc81b729e51e3f7a10e37e33 /g10/pkclist.c | |
parent | * md.c (string_to_digest_algo): Enable read-write SHA-256 support. (diff) | |
download | gnupg-fe0de7bcaabe02894c717d2ff4ae5e3621e06f03.tar.gz gnupg-fe0de7bcaabe02894c717d2ff4ae5e3621e06f03.zip |
* armor.c (parse_hash_header, armor_filter), g10.c (print_hex, print_mds),
pkclist.c (algo_available): Drop TIGER/192 support.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 ) |