aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 1efddea8f..23a0c1601 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,8 +1,12 @@
2005-12-06 David Shaw <[email protected]>
- * Makefile.am: Some cleanup so we don't build files that are
- completely ifdeffed out. This causes a warning on Sun's cc. Do
- sha512.c as well for consistency.
+ * idea-stub.c (load_module): Not legal to return a void * as a
+ function pointer.
+
+ * Makefile.am, rndegd.c, rndlinux.c, rndunix.c, rndw32.c: Some
+ cleanup so we don't build files that are completely ifdeffed out.
+ This causes a warning on Sun's cc. Do sha512.c as well for
+ consistency.
2005-08-11 Werner Koch <[email protected]>