K 10 svn:author V 6 kevans K 8 svn:date V 27 2021-10-17T18:46:07.342439Z K 7 svn:log V 414 loader: remove libsa/crc32.c and use version from zlib we have crc32(const void *, size_t) in libsa. Unfortunately zlib has crc32(long, const unigned char *, unsigned) and we have conflict. Since we do build libsa with zlib, we can use zlib version instead. (cherry picked from commit 27bae6150a9fd352796b5ff775eb464a2cf6dac9) Git Hash: 2cdb7756262dcfc9ccad903d405d7e5dba78e1a7 Git Author: tsoome@FreeBSD.org END