aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-27 19:27:24 +0000
committerDavid Shaw <[email protected]>2002-09-27 19:27:24 +0000
commit37f29e81027fc37c9bf8c0089fca7f290ace6a2c (patch)
treedf57d8f79516dc4c30aca14da1930a13f5866408 /cipher/md.c
parent* configure.ac: Remove --enable-tiger, as TIGER is now always enabled. (diff)
downloadgnupg-37f29e81027fc37c9bf8c0089fca7f290ace6a2c.tar.gz
gnupg-37f29e81027fc37c9bf8c0089fca7f290ace6a2c.zip
* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/md.c b/cipher/md.c
index 34888b9a7..d0811e254 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -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))