crypto/sha256-buffer: Use 'restrict'.
commitcd6346e11a637b08d364399f900c8ddd3f44bf39
authorBruno Haible <bruno@clisp.org>
Sun, 23 Feb 2020 12:18:33 +0000 (23 13:18 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Feb 2020 12:18:33 +0000 (23 13:18 +0100)
tree6d22227254cf6a65d90c7210836e6824c1f8f676
parent3b97754de802a01897a8ef4c09edf8487309705f
crypto/sha256-buffer: Use 'restrict'.

* lib/sha256.h (sha256_finish_ctx, sha224_finish_ctx, sha256_read_ctx,
sha224_read_ctx, sha256_buffer, sha224_buffer): Use 'restrict'.
* modules/crypto/sha256-buffer (configure.ac): Require AC_C_RESTRICT.
ChangeLog
lib/sha256.h
modules/crypto/sha256-buffer