crypto/sha512-buffer: Use 'restrict'.
commit734c22abe7d5d046a360415bb030baf2952d5807
authorBruno Haible <bruno@clisp.org>
Sun, 23 Feb 2020 12:20:18 +0000 (23 13:20 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Feb 2020 12:20:18 +0000 (23 13:20 +0100)
tree577ffefc8b274b41c58d073efb7cde2e8a1b9838
parentcd6346e11a637b08d364399f900c8ddd3f44bf39
crypto/sha512-buffer: Use 'restrict'.

* lib/sha512.h (sha512_finish_ctx, sha384_finish_ctx, sha512_read_ctx,
sha384_read_ctx, sha512_buffer, sha384_buffer): Use 'restrict'.
* modules/crypto/sha512-buffer (configure.ac): Require AC_C_RESTRICT.
ChangeLog
lib/sha512.h
modules/crypto/sha512-buffer