From 06580fbfe33ac4f9685787b3b1133ae8ec2a4265 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 2 Oct 2025 11:07:13 +0930 Subject: [PATCH] Revert "update makefile to remove hsm_encryption" This reverts commit 084b03375cac181c7ddeba7204a11e2877645003. --- tests/fuzz/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index bcd6f0fdcdfa..d7cdd0c9dbd2 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -41,6 +41,7 @@ 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 \