diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-03-09 22:49:04 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-03-09 23:00:04 +0900 |
commit | 8877e9bc55fdbdb70c967b7720f57fba148a7dda (patch) | |
tree | 233b458c35130b15172908d6f0e9e99e6a078152 /crypto/Makefile.am | |
parent | 27f08790305216e5730c5bb5352db9f616c4c56f (diff) | |
download | portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.gz portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.bz2 portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.zip |
Add recallocarray
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 23aaeac..78f3dd8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -93,6 +93,10 @@ if !HAVE_REALLOCARRAY | |||
93 | libcompat_la_SOURCES += compat/reallocarray.c | 93 | libcompat_la_SOURCES += compat/reallocarray.c |
94 | endif | 94 | endif |
95 | 95 | ||
96 | if !HAVE_RECALLOCARRAY | ||
97 | libcompat_la_SOURCES += compat/recallocarray.c | ||
98 | endif | ||
99 | |||
96 | if !HAVE_TIMINGSAFE_MEMCMP | 100 | if !HAVE_TIMINGSAFE_MEMCMP |
97 | libcompat_la_SOURCES += compat/timingsafe_memcmp.c | 101 | libcompat_la_SOURCES += compat/timingsafe_memcmp.c |
98 | endif | 102 | endif |