aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0bc4f02..678e87d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -241,7 +241,6 @@ include/openssl/*.h
241!/crypto/compat/getpagesize.c 241!/crypto/compat/getpagesize.c
242!/crypto/compat/posix_win.c 242!/crypto/compat/posix_win.c
243!/crypto/compat/bsd_asprintf.c 243!/crypto/compat/bsd_asprintf.c
244!/crypto/compat/timegm.c
245!/crypto/compat/ui_openssl_win.c 244!/crypto/compat/ui_openssl_win.c
246!/crypto/compat/crypto_lock_win.c 245!/crypto/compat/crypto_lock_win.c
247!/crypto/CMakeLists.txt 246!/crypto/CMakeLists.txt