1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.

This commit is contained in:
David Shaw 2002-09-27 19:27:24 +00:00
parent ddf90c407b
commit 37f29e8102
3 changed files with 10 additions and 6 deletions

View file

@ -95,10 +95,8 @@ load_digest_module (void)
/* We load them in reverse order so that the most
frequently used are the first in the list. */
#ifdef USE_TIGER
if (!new_list_item (DIGEST_ALGO_TIGER, tiger_get_info))
BUG();
#endif
if (!new_list_item (DIGEST_ALGO_MD5, md5_get_info))
BUG ();
if (!new_list_item (DIGEST_ALGO_RMD160, rmd160_get_info))