aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b51cf7f..57453a5 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,14 @@ OBJ_PUBLIC_NO_FUZZ =\
librecrypt_wipe.o\
librecrypt_wipe_str.o\
librecrypt_equal_binary.o\
- librecrypt_equal.o
+ librecrypt_equal.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)\
@@ -57,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 =\