diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-12 17:58:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-12 17:58:24 +0200 |
commit | 833db35626bc6a57a21529c31605540ce1337686 (patch) | |
tree | be537e4b5ba5d7abf79d9cdb1b611ce58b18e80c /Makefile | |
parent | Add relative_performance (diff) | |
download | libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.gz libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.bz2 libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.xz |
Replace relative_performance with libhashsum_get_relative_performance
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
@@ -28,6 +28,7 @@ OBJ_PUBLIC =\ libhashsum_init_hasher.o\ libhashsum_get_algorithm_from_string.o\ libhashsum_init_hasher_from_string.o\ + libhashsum_get_relative_performance.o\ libhashsum_init_md2_hasher.o\ libhashsum_init_md4_hasher.o\ libhashsum_init_md5_hasher.o\ |