summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-05-07 00:25:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-05-07 00:26:25 -0700
commit0d10473be6fb40c42c0d10c3417a818b0ebfcce1 (patch)
tree83989961a7d9d62711f846f7d9c9a2787a28903a /ChangeLog
parent7e82052ef1b610fe75527c888ab06a251bafd2c1 (diff)
downloadgnulib-0d10473be6fb40c42c0d10c3417a818b0ebfcce1.tar.gz
af_alg: Pacify --enable-gcc-warnings
Problem reported by Assaf Gordon in: https://lists.gnu.org/r/bug-gnulib/2018-05/msg00041.html * lib/af_alg.c (afalg_buffer): Move local decls to pacify gcc -Wjump-misses-init. * lib/sha512.c (shaxxx_stream): Now static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab3143c536..428897fa34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-05-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ af_alg: Pacify --enable-gcc-warnings
+ Problem reported by Assaf Gordon in:
+ https://lists.gnu.org/r/bug-gnulib/2018-05/msg00041.html
+ * lib/af_alg.c (afalg_buffer): Move local decls to pacify
+ gcc -Wjump-misses-init.
+ * lib/sha512.c (shaxxx_stream): Now static.
+
2018-05-06 Bruno Haible <bruno@clisp.org>
af_alg: Add ability to use Linux kernel crypto API on data in memory.