From 2653052944aef689484299c3f257db993dda106d Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 2 Feb 2017 22:48:07 -0500 Subject: added crc64 definitions and interfaces. --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index ef8b350..e04e1f3 100644 --- a/project/common.mk +++ b/project/common.mk @@ -17,6 +17,7 @@ COMMON_SRCS = \ src/fs/ntapi_tt_statfs.c \ src/guid/ntapi_tt_guid.c \ src/hash/ntapi_tt_crc32.c \ + src/hash/ntapi_tt_crc64.c \ src/hash/ntapi_tt_populate_hashed_import_table.c \ src/internal/ntapi.c \ src/internal/ntapi_debug.c \ -- cgit v1.2.3