* src/local.mk: s/crc.h/cksum_crc.h/.
Reported by Bruno Haible.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-#ifndef __CKSUM_H__
-# define __CKSUM_H__
+#ifndef __CKSUM_CRC_H__
+# define __CKSUM_CRC_H__
# include <stdint.h>
# include <stdio.h>
src/blake2/b2sum.c src/blake2/b2sum.h
src_cksum_SOURCES = $(src_b2sum_SOURCES) src/sum.c src/sum.h \
- src/cksum_crc.c src/crc.h src/crctab.c
+ src/cksum_crc.c src/cksum_crc.h src/crctab.c
src_cksum_CPPFLAGS = -DHASH_ALGO_CKSUM=1 -DHAVE_CONFIG_H $(AM_CPPFLAGS)
if USE_AVX512_CRC32