summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-23 13:13:38 +0100
committerBruno Haible <bruno@clisp.org>2020-02-23 13:13:38 +0100
commit1fa14c798c517aae775149ebcbe5577a73515dfc (patch)
treee69706542f3c6032d2dc1088c498db61433d4f92 /modules/crypto
parent67f3b5ba252ac2962276ddc8e3431d4897549cf1 (diff)
downloadgnulib-1fa14c798c517aae775149ebcbe5577a73515dfc.tar.gz
crypto/md4: Use 'restrict'.
* lib/md4.h (md4_finish_ctx, md4_read_ctx, md4_buffer): Use 'restrict'. * modules/crypto/md4 (configure.ac): Require AC_C_RESTRICT.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/md41
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/md4 b/modules/crypto/md4
index 03d28e971d..f5a5f160ed 100644
--- a/modules/crypto/md4
+++ b/modules/crypto/md4
@@ -12,6 +12,7 @@ stdalign
stdint
configure.ac:
+AC_REQUIRE([AC_C_RESTRICT])
gl_MD4
Makefile.am: