aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-03-09 22:49:04 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-03-09 23:00:04 +0900
commit8877e9bc55fdbdb70c967b7720f57fba148a7dda (patch)
tree233b458c35130b15172908d6f0e9e99e6a078152 /crypto/Makefile.am
parent27f08790305216e5730c5bb5352db9f616c4c56f (diff)
downloadportable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.gz
portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.bz2
portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.zip
Add recallocarray
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
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
93libcompat_la_SOURCES += compat/reallocarray.c 93libcompat_la_SOURCES += compat/reallocarray.c
94endif 94endif
95 95
96if !HAVE_RECALLOCARRAY
97libcompat_la_SOURCES += compat/recallocarray.c
98endif
99
96if !HAVE_TIMINGSAFE_MEMCMP 100if !HAVE_TIMINGSAFE_MEMCMP
97libcompat_la_SOURCES += compat/timingsafe_memcmp.c 101libcompat_la_SOURCES += compat/timingsafe_memcmp.c
98endif 102endif