summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-23 13:12:16 +0100
committerBruno Haible <bruno@clisp.org>2020-02-23 13:12:16 +0100
commit67f3b5ba252ac2962276ddc8e3431d4897549cf1 (patch)
tree78b997a1b032502fb6e582c3854303b9f4dfa38d /modules/crypto
parent555b03cc26011dbe6364a6eb4efef8fe4837ebc5 (diff)
downloadgnulib-67f3b5ba252ac2962276ddc8e3431d4897549cf1.tar.gz
crypto/md2: Use 'restrict'.
* lib/md2.h (md2_finish_ctx, md2_read_ctx, md2_buffer): Use 'restrict'. * modules/crypto/md2 (configure.ac): Require AC_C_RESTRICT.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/md21
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/md2 b/modules/crypto/md2
index 0cc8499c1e..d89eb9564c 100644
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -9,6 +9,7 @@ Depends-on:
minmax
configure.ac:
+AC_REQUIRE([AC_C_RESTRICT])
Makefile.am:
lib_SOURCES += md2.c