summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/archive_blake2sp_ref.c
Commit message (Collapse)AuthorAgeFilesLines
* libarchive: Remove a system preprocessor macro that conflicts with a local varBrad King2022-06-041-0/+3
| | | | | | On SunOS i386, the system headers sometimes define macro names corresponding to register names, short and with no prefix. Undefine one that conflicts with our code.
* libarchive: include archive_platform.h first in blake2s sourcesBrad King2022-02-161-1/+2
| | | | | | Move the inclusion added in 3.6.0 to be first. This is the libarchive convention in all other `.c` sources. It ensures that the configured `_WIN32_WINNT` value is defined before including any system headers.
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2022-02-151-0/+1
| | | | | * upstream-LibArchive: LibArchive 2022-02-09 (9147def1)
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2020-02-131-0/+359
* upstream-LibArchive: LibArchive 2020-02-11 (3288ebb0) Also manually restore content from upstream libarchive's main `CMakeLists.txt` file that was removed by previous commits and exclude it with `IF(0)` blocks. Do this as an evil merge so that `git blame -C` can follow the content to upstream.