mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-25 05:07:05 +08:00
Add sha512 and sha512_256 hash support
This commit is contained in:
@@ -116,6 +116,7 @@ source_file = files([
|
||||
'utils_static.cpp',
|
||||
'hash_map.cpp',
|
||||
'reg_util.cpp',
|
||||
'hash_lib.cpp',
|
||||
])
|
||||
|
||||
source_file_headers = files([
|
||||
@@ -145,6 +146,7 @@ source_file_headers = files([
|
||||
'utils_static.h',
|
||||
'hash_map.h',
|
||||
'reg_util.h',
|
||||
'hash_lib.h',
|
||||
])
|
||||
|
||||
if conf.get('HAVE_STRPTIME') == 0
|
||||
|
||||
Reference in New Issue
Block a user