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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |