diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-24 11:52:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-24 11:52:30 +0200 |
commit | ba0bbce290c3742843fb2e8a693d9060e71eeefb (patch) | |
tree | 83950d23e99a4ecaac2801ffedf87e52e3d77007 /Makefile | |
parent | Add libhashsum_hasher.algorithm_string (diff) | |
download | libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.gz libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.bz2 libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.xz |
Add libhashsum_init_hasher_from_string + m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ LDFLAGS_FULL =\ OBJ =\ libhashsum_init_hasher.o\ + libhashsum_init_hasher_from_string.o\ libhashsum_init_md2_hasher.o\ libhashsum_init_md4_hasher.o\ libhashsum_init_md5_hasher.o\ |