From 084b03375cac181c7ddeba7204a11e2877645003 Mon Sep 17 00:00:00 2001 From: Sangbida Chaudhuri <101164840+sangbida@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:59:55 +0930 Subject: [PATCH] update makefile to remove hsm_encryption --- tests/fuzz/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index d7cdd0c9d..bcd6f0fdc 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -41,7 +41,6 @@ FUZZ_COMMON_OBJS := \ common/features.o \ common/fee_states.o \ common/hash_u5.o \ - common/hsm_encryption.o \ common/htlc_state.o \ common/initial_channel.o \ common/initial_commit_tx.o \