summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13d6d4dbee..e709058cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ md5-buffer tests: New module.
+ * tests/test-md5-buffer.c: New file, based on tests/test-md5.c.
+ * tests/test-md5-stream.c: Renamed from tests/test-md5.c.
+ (main): Remove md5-buffer tests.
+ * modules/crypto/md5-buffer-tests: New file, based on
+ modules/crypto/md5-tests.
+ * modules/crypto/md5-tests: Remove tests that are now in
+ modules/crypto/md5-buffer-tests. Test tests/test-md5-stream.c instead
+ of tests/test-md5.c.
+
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.