diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:42:49 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:42:49 -0400 |
| commit | d08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d (patch) | |
| tree | 01f7eb5bc8d9d0e708ec077364a6b3fda7f1bdde /import.sh | |
| parent | Import LibreSSL 3.9.2 (diff) | |
| download | libretls-d08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d.tar.gz libretls-d08958f5d2c4d71d8132ea5c6cb45e48b5c4d83d.zip | |
Import LibreSSL 4.0.0
Diffstat (limited to 'import.sh')
| -rw-r--r-- | import.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/import.sh b/import.sh index e791de5..70439b5 100644 --- a/import.sh +++ b/import.sh @@ -55,7 +55,6 @@ tar -x -f "${input}" --strip-components 2 \ 'libressl-*/crypto/compat/strcasecmp.c' \ 'libressl-*/crypto/compat/strlcpy.c' \ 'libressl-*/crypto/compat/strsep.c' \ - 'libressl-*/crypto/compat/timegm.c' \ 'libressl-*/crypto/compat/timingsafe_memcmp.c' \ 'libressl-*/tls/*.[ch]' \ 'libressl-*/tls/Makefile.am' \ |