summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 312cbb8403..13d6d4dbee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ md5: Clarify module to source relation.
+ * lib/md5-stream.c: New file, extracted from lib/md5.c.
+ * lib/md5.c: Don't include stdlib.h, unlocked-io.h.
+ (BLOCKSIZE, md5_stream): Moved to md5-stream.c.
+ * lib/md5.h: Tweak.
+ * modules/crypto/md5 (Files): Add lib/md5-stream.c.
+ (configure.ac): Don't define GL_COMPILE_CRYPTO_STREAM.
+ (Makefile.am): Arrange to compile md5-stream.c.
+ (Link): Mention $(LIB_CRYPTO).
+
+2021-09-18 Bruno Haible <bruno@clisp.org>
+
md4-buffer tests: New module.
* tests/test-md4-buffer.c: Renamed from tests/test-md4.c.
* modules/crypto/md4-buffer-tests: Renamed from