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 f9d246b031..7f84685546 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ sha1-buffer tests: New module.
+ * tests/test-sha1-buffer.c: New file, based on tests/test-sha1.c.
+ * tests/test-sha1-stream.c: Renamed from tests/test-sha1.c.
+ (main): Remove sha1-buffer tests.
+ * modules/crypto/sha1-buffer-tests: New file, based on
+ modules/crypto/sha1-tests.
+ * modules/crypto/sha1-tests: Remove tests that are now in
+ modules/crypto/sha1-buffer-tests. Test tests/test-sha1-stream.c instead
+ of tests/test-sha1.c.
+
sha1: Clarify module to source relation.
* lib/sha1-stream.c: New file, extracted from lib/sha1.c.
* lib/sha1.c: Don't include stdlib.h, unlocked-io.h.