diff options
author | David Shaw <[email protected]> | 2003-09-04 12:30:01 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-09-04 12:30:01 +0000 |
commit | 1d76c4a824046790b2bbd8e1f2eabc39981a9544 (patch) | |
tree | 0e17a0950c38e7aea52afcbbe977fe0182cc8aba | |
parent | * configure.ac: Drop TIGER/192 support. Check for UINT64_C to go along (diff) | |
download | gnupg-1d76c4a824046790b2bbd8e1f2eabc39981a9544.tar.gz gnupg-1d76c4a824046790b2bbd8e1f2eabc39981a9544.zip |
* cipher.h: Drop TIGER/192 support.
Diffstat (limited to '')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/cipher.h | 1 |
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 |