aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-17 22:57:59 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-17 22:57:59 -0500
commita45e38e962a30307dd2034c2c032bd76333ebd2c (patch)
treed290d9f6ef87032b1cae22716acde57bf028814a /crypto
parente8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8 (diff)
downloadportable-a45e38e962a30307dd2034c2c032bd76333ebd2c.tar.gz
portable-a45e38e962a30307dd2034c2c032bd76333ebd2c.tar.bz2
portable-a45e38e962a30307dd2034c2c032bd76333ebd2c.zip
disable some tests with 32-bit time_t systems
Also disable use of _mkgmtime, it does not produce correct results.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 40d82cd..b5ccf24 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -74,10 +74,8 @@ libcompat_la_SOURCES += compat/inet_pton.c
74endif 74endif
75 75
76if !HAVE_TIMEGM 76if !HAVE_TIMEGM
77if !HAVE__MKGMTIME
78libcompat_la_SOURCES += compat/timegm.c 77libcompat_la_SOURCES += compat/timegm.c
79endif 78endif
80endif
81 79
82if !HAVE_REALLOCARRAY 80if !HAVE_REALLOCARRAY
83libcompat_la_SOURCES += compat/reallocarray.c 81libcompat_la_SOURCES += compat/reallocarray.c