mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add SHA-1 checksum calculation support
This commit is contained in:
@@ -127,7 +127,9 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
|
||||
src/ddt/hash_map.c
|
||||
include/aaruformat/hash_map.h
|
||||
src/md5.c
|
||||
include/md5.h)
|
||||
include/md5.h
|
||||
src/sha1.c
|
||||
include/sha1.h)
|
||||
|
||||
include_directories(include include/aaruformat 3rdparty/uthash/include 3rdparty/uthash/src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user