summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-23 13:08:14 +0100
committerBruno Haible <bruno@clisp.org>2020-02-23 13:08:14 +0100
commit555b03cc26011dbe6364a6eb4efef8fe4837ebc5 (patch)
tree04a2d7f35e4d29a7aa6e71a3302144b514c4061b /modules/crypto
parent9ca102bfeada4694bc288754d71475cae91c6620 (diff)
downloadgnulib-555b03cc26011dbe6364a6eb4efef8fe4837ebc5.tar.gz
crypto/rijndael: Use 'restrict'.
* lib/rijndael-api-fst.h (rijndaelBlockEncrypt, rijndaelPadEncrypt, rijndaelBlockDecrypt, rijndaelPadDecrypt): Use 'restrict'. * modules/crypto/rijndael (configure.ac): Require AC_C_RESTRICT.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/rijndael1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/rijndael b/modules/crypto/rijndael
index c5feae6faf..8dd0ae5e02 100644
--- a/modules/crypto/rijndael
+++ b/modules/crypto/rijndael
@@ -11,6 +11,7 @@ Depends-on:
stdint
configure.ac:
+AC_REQUIRE([AC_C_RESTRICT])
Makefile.am:
lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c