[git commit] tls: remove unused define

Denys Vlasenko vda.linux at googlemail.com
Wed Sep 29 22:03:23 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=ac36e7007480e2d2d68d9d333c026ba4527086df
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/tls_sp_c32.c | 2 --
 1 file changed, 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)
 # define dump_hex(...) ((void)0)
 #endif
 
-#undef DIGIT_BIT
-#define DIGIT_BIT  32
 typedef int32_t sp_digit;
 
 /* The code below is taken from parts of


More information about the busybox-cvs mailing list