1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* armor.c (parse_hash_header, armor_filter), g10.c (print_hex, print_mds),

pkclist.c (algo_available): Drop TIGER/192 support.
This commit is contained in:
David Shaw 2003-09-04 12:03:04 +00:00
parent 142ef9b0ba
commit fe0de7bcaa
4 changed files with 10 additions and 26 deletions

View file

@ -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 )