From 1d76c4a824046790b2bbd8e1f2eabc39981a9544 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 4 Sep 2003 12:30:01 +0000 Subject: [PATCH] * cipher.h: Drop TIGER/192 support. --- include/ChangeLog | 4 ++++ include/cipher.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index c0857e5a2..9c2b65312 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-09-04 David Shaw + + * cipher.h: Drop TIGER/192 support. + 2003-08-28 David Shaw * util.h: s/__MINGW32__/_WIN32/ to help building on native Windows diff --git a/include/cipher.h b/include/cipher.h index 23a5aeb0d..e450c1449 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -58,7 +58,6 @@ #define DIGEST_ALGO_MD5 1 #define DIGEST_ALGO_SHA1 2 #define DIGEST_ALGO_RMD160 3 -#define DIGEST_ALGO_TIGER 6 #define DIGEST_ALGO_SHA256 8 #define DIGEST_ALGO_SHA384 9 #define DIGEST_ALGO_SHA512 10