diff options
author | June McEnroe <june@causal.agency> | 2020-09-29 15:08:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-29 15:08:04 -0400 |
commit | bfce2a30014ef361a15d4b653b3810fcd53d991c (patch) | |
tree | 53cc6b806c2c035360424219b9bc3eb772c3e234 /import.sh | |
parent | build: Add README.7 to EXTRA_DIST (diff) | |
parent | Import LibreSSL 3.2.1 (diff) | |
download | libretls-bfce2a30014ef361a15d4b653b3810fcd53d991c.tar.gz libretls-bfce2a30014ef361a15d4b653b3810fcd53d991c.zip |
Merge LibreSSL 3.2.1 into master 3.2.1
No changes in libtls.
Diffstat (limited to '')
-rw-r--r-- | import.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import.sh b/import.sh index 1c95070..5da49ba 100644 --- a/import.sh +++ b/import.sh @@ -30,6 +30,8 @@ tar -x -f "${input}" --strip-components 1 \ 'libressl-*/include/compat/win32netcompat.h' \ 'libressl-*/include/tls.h' \ 'libressl-*/libtls.pc.in' \ + 'libressl-*/m4/ax_add_fortify_source.m4' \ + 'libressl-*/m4/ax_check_compile_flag.m4' \ 'libressl-*/m4/check-hardening-options.m4' \ 'libressl-*/m4/check-libc.m4' \ 'libressl-*/m4/check-os-options.m4' \ |