aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/cipher.h1
2 files changed, 4 insertions, 1 deletions
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 <[email protected]>
+
+ * cipher.h: Drop TIGER/192 support.
+
2003-08-28 David Shaw <[email protected]>
* 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