* cipher.h: Drop TIGER/192 support.

This commit is contained in:
David Shaw 2003-09-04 12:30:01 +00:00
parent 192520ade6
commit 1d76c4a824
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-04 David Shaw <dshaw@jabberwocky.com>
* cipher.h: Drop TIGER/192 support.
2003-08-28 David Shaw <dshaw@jabberwocky.com>
* util.h: s/__MINGW32__/_WIN32/ to help building on native Windows

View File

@ -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