Separate sha1 from md5. Use stdint.h in both modules.
[pspp] / lib / ChangeLog
index e7c794549b63af5f5ead2284e9935948c3d56e65..18846459020beb3079ddb19b9c0f9e175aa333e7 100644 (file)
@@ -1,3 +1,14 @@
+2005-10-17  Simon Josefsson  <jas@extundo.com>
+
+       * sha1.c: Use uint32_t instead of md5_uint32.t
+
+       * sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
+       md5.h.
+
+       * md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
+
+       * md5.h: Use stdint.h and uint32_t.  Doc fix.
+
 2005-10-15  Simon Josefsson  <jas@extundo.com>
 
        * rijndael-api-fst.h, rijndael-api-fst.c: New files.