diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-20 23:04:11 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-20 23:04:11 +0200 |
| commit | c35b47228f5494f4d806e9166628110af6dd2469 (patch) | |
| tree | 3b5a123af999a5e047b8565efee293a5d95c3f6c /Makefile | |
| parent | Prepare for supporting custom algorithms (diff) | |
| download | librecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.gz librecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.bz2 librecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -38,7 +38,13 @@ OBJ_PUBLIC_NO_FUZZ =\ librecrypt_wipe_str.o\ librecrypt_equal_binary.o\ librecrypt_equal.o\ - librecrypt_is_enabled.o + librecrypt_is_enabled.o\ + librecrypt_hash_algorithm_end.o\ + librecrypt_create_context.o\ + librecrypt_free_context.o\ + librecrypt_context_set_user_data.o\ + librecrypt_context_get_user_data.o\ + librecrypt_context_set_pepper.o OBJ_PUBLIC =\ $(OBJ_PUBLIC_FUZZ)\ @@ -58,6 +64,7 @@ OBJ_PRIVATE =\ librecrypt_fill_with_random_.o\ librecrypt_find_first_algorithm_.o\ librecrypt_check_settings_.o\ + librecrypt_context_get_pepper_.o\ $(OBJ_COMMON_RFC4848S4) USE_OBJ_COMMON_RFC4848S4 =\ |
