aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 84f22d98f..6b2134da2 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-12 Werner Koch <[email protected]>
+
+ * twofish.c (gnupgext_enum_func): Add some static when comnpiled
+ as a module.
+
+ * tiger.c (tiger_get_info): Return "TIGER192" and not just
+ "TIGER". By Edwin Woudt.
+
+2001-03-08 Werner Koch <[email protected]>
+
+ * random.c: Always include time.h - standard requirement. Thanks
+ to James Troup.
+
2001-01-18 Werner Koch <[email protected]>
* rndw32.c: Fixed typo and wrong ifdef for VER_PLATFORM* macro