diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-25 08:56:45 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-25 13:49:18 +0200 |
commit | f9874d49f651177d643cc86f8837db44c4a29558 (patch) | |
tree | 46e390fc24c101016532011a8b960903a4ee7b9b /crypto/Makefile.am | |
parent | f785e2954a847ebaa8559b65c2b5030489ce5556 (diff) | |
download | portable-f9874d49f651177d643cc86f8837db44c4a29558.tar.gz portable-f9874d49f651177d643cc86f8837db44c4a29558.tar.bz2 portable-f9874d49f651177d643cc86f8837db44c4a29558.zip |
Remove timegm() compat
Now that all uses of gmtime_r() and timegm() have been converted to
OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed.
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 81d4524..08c632d 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -147,10 +147,6 @@ endif | |||
147 | endif | 147 | endif |
148 | endif | 148 | endif |
149 | 149 | ||
150 | if !HAVE_TIMEGM | ||
151 | libcompat_la_SOURCES += compat/timegm.c | ||
152 | endif | ||
153 | |||
154 | if !HAVE_REALLOCARRAY | 150 | if !HAVE_REALLOCARRAY |
155 | libcompat_la_SOURCES += compat/reallocarray.c | 151 | libcompat_la_SOURCES += compat/reallocarray.c |
156 | endif | 152 | endif |