diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-17 22:57:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-17 22:57:59 -0500 |
commit | a45e38e962a30307dd2034c2c032bd76333ebd2c (patch) | |
tree | d290d9f6ef87032b1cae22716acde57bf028814a /crypto | |
parent | e8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8 (diff) | |
download | portable-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.am | 2 |
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 | |||
74 | endif | 74 | endif |
75 | 75 | ||
76 | if !HAVE_TIMEGM | 76 | if !HAVE_TIMEGM |
77 | if !HAVE__MKGMTIME | ||
78 | libcompat_la_SOURCES += compat/timegm.c | 77 | libcompat_la_SOURCES += compat/timegm.c |
79 | endif | 78 | endif |
80 | endif | ||
81 | 79 | ||
82 | if !HAVE_REALLOCARRAY | 80 | if !HAVE_REALLOCARRAY |
83 | libcompat_la_SOURCES += compat/reallocarray.c | 81 | libcompat_la_SOURCES += compat/reallocarray.c |