From 8e7bfadb3eb9f43eb0b670b908b479325722fee5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 16 May 2026 02:11:29 +0200 Subject: Add WITH_LIBAR2SIMPLIFIED=false + work on fuzzing code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23cf7aa..ebf30f4 100644 --- a/Makefile +++ b/Makefile @@ -20,13 +20,18 @@ LIB_NAME = recrypt OBJ_PUBLIC_FUZZ =\ - librecrypt_settings_prefix.o + librecrypt_settings_prefix.o\ + librecrypt_test_supported.o\ + librecrypt_realise_salts.o OBJ_PUBLIC_DONT_FUZZ =\ librecrypt_chain_length.o\ librecrypt_decompose_chain.o\ librecrypt_decompose_chain1.o\ - librecrypt_next_algorithm.o + librecrypt_next_algorithm.o\ + librecrypt_encode.o\ + librecrypt_decode.o\ + librecrypt_get_encoding.o OBJ_PUBLIC_NO_FUZZ =\ librecrypt_wipe.o\ @@ -38,16 +43,11 @@ OBJ_PUBLIC =\ $(OBJ_PUBLIC_FUZZ)\ $(OBJ_PUBLIC_DONT_FUZZ)\ $(OBJ_PUBLIC_NO_FUZZ)\ - librecrypt_encode.o\ - librecrypt_decode.o\ - librecrypt_get_encoding.o\ - librecrypt_realise_salts.o\ librecrypt_make_settings.o\ librecrypt_hash_binary.o\ librecrypt_hash.o\ librecrypt_crypt.o\ - librecrypt_add_algorithm.o\ - librecrypt_test_supported.o + librecrypt_add_algorithm.o OBJ_PRIVATE =\ librecrypt_algorithms_.o\ -- cgit v1.2.3-70-g09d2