From 37f29e81027fc37c9bf8c0089fca7f290ace6a2c Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 27 Sep 2002 19:27:24 +0000 Subject: * Makefile.am, md.c (load_digest_module): TIGER is now always enabled. --- cipher/md.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cipher/md.c') 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)) -- cgit v1.2.3