aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-25 08:56:45 +0200
committerTheo Buehler <tb@openbsd.org>2024-05-25 13:49:18 +0200
commitf9874d49f651177d643cc86f8837db44c4a29558 (patch)
tree46e390fc24c101016532011a8b960903a4ee7b9b /crypto/Makefile.am
parentf785e2954a847ebaa8559b65c2b5030489ce5556 (diff)
downloadportable-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.am4
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
147endif 147endif
148endif 148endif
149 149
150if !HAVE_TIMEGM
151libcompat_la_SOURCES += compat/timegm.c
152endif
153
154if !HAVE_REALLOCARRAY 150if !HAVE_REALLOCARRAY
155libcompat_la_SOURCES += compat/reallocarray.c 151libcompat_la_SOURCES += compat/reallocarray.c
156endif 152endif