diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-30 00:03:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-30 00:03:23 +0200 |
commit | ac36e7007480e2d2d68d9d333c026ba4527086df (patch) | |
tree | a0ac8f781448f7390af1160d499eafef25cfa51b | |
parent | 35727f5741b0c06ab53769e400c2074d2e77a77b (diff) | |
download | busybox-w32-ac36e7007480e2d2d68d9d333c026ba4527086df.tar.gz busybox-w32-ac36e7007480e2d2d68d9d333c026ba4527086df.tar.bz2 busybox-w32-ac36e7007480e2d2d68d9d333c026ba4527086df.zip |
tls: remove unused define
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/tls_sp_c32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/tls_sp_c32.c b/networking/tls_sp_c32.c index 5a84852a5..73dae6c7b 100644 --- a/networking/tls_sp_c32.c +++ b/networking/tls_sp_c32.c | |||
@@ -24,8 +24,6 @@ static void dump_hex(const char *fmt, const void *vp, int len) | |||
24 | # define dump_hex(...) ((void)0) | 24 | # define dump_hex(...) ((void)0) |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | #undef DIGIT_BIT | ||
28 | #define DIGIT_BIT 32 | ||
29 | typedef int32_t sp_digit; | 27 | typedef int32_t sp_digit; |
30 | 28 | ||
31 | /* The code below is taken from parts of | 29 | /* The code below is taken from parts of |