aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-20 23:04:11 +0200
committerMattias Andrée <m@maandree.se>2026-05-20 23:04:11 +0200
commitc35b47228f5494f4d806e9166628110af6dd2469 (patch)
tree3b5a123af999a5e047b8565efee293a5d95c3f6c /Makefile
parentPrepare for supporting custom algorithms (diff)
downloadlibrecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.gz
librecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.bz2
librecrypt-c35b47228f5494f4d806e9166628110af6dd2469.tar.xz
Add (so far untested and undocument) support for pepperHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03f302a..57453a5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 =\