Skip to content

Commit 7c532f6

Browse files
committed
hsm_encryption: delete hsm_encryption
Changelog-Removed: Remove hsm_encryption files as they have now been replaced by hsm_secret
1 parent efda705 commit 7c532f6

7 files changed

Lines changed: 0 additions & 233 deletions

File tree

common/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ COMMON_SRC_NOGEN := \
4545
common/hash_u5.c \
4646
common/hmac.c \
4747
common/hsm_capable.c \
48-
common/hsm_encryption.c \
4948
common/hsm_secret.c \
5049
common/htlc_state.c \
5150
common/htlc_trim.c \

common/hsm_encryption.c

Lines changed: 0 additions & 159 deletions
This file was deleted.

common/hsm_encryption.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

lightningd/lightningd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#include <common/daemon.h>
5252
#include <common/deprecation.h>
5353
#include <common/ecdh_hsmd.h>
54-
#include <common/hsm_encryption.h>
5554
#include <common/hsm_secret.h>
5655
#include <common/json_stream.h>
5756
#include <common/memleak.h>

plugins/chanbackup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <ccan/tal/str/str.h>
1010
#include <ccan/time/time.h>
1111
#include <common/features.h>
12-
#include <common/hsm_encryption.h>
1312
#include <common/json_param.h>
1413
#include <common/json_stream.h>
1514
#include <common/memleak.h>

plugins/recover.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <ccan/array_size/array_size.h>
33
#include <common/features.h>
44
#include <common/gossmap.h>
5-
#include <common/hsm_encryption.h>
65
#include <common/json_param.h>
76
#include <common/json_stream.h>
87
#include <common/memleak.h>

tests/fuzz/fuzz-hsm_encryption.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <assert.h>
33

44
#include <ccan/mem/mem.h>
5-
#include <common/hsm_encryption.h>
65
#include <tests/fuzz/libfuzz.h>
76

87
void init(int *argc, char ***argv)

0 commit comments

Comments
 (0)