diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-23 01:15:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-23 01:15:13 +0100 |
commit | 9492da7e63deae898d7bf924be5790c7fab1a4fb (patch) | |
tree | c6f291a02592c198f4cf5711c0aef33a02739943 /networking/tls.c | |
parent | 9a647c326a41e8160d53e6cb5470161a44c0e8cf (diff) | |
download | busybox-w32-9492da7e63deae898d7bf924be5790c7fab1a4fb.tar.gz busybox-w32-9492da7e63deae898d7bf924be5790c7fab1a4fb.tar.bz2 busybox-w32-9492da7e63deae898d7bf924be5790c7fab1a4fb.zip |
tls: set TLS_DEBUG to 0; placate a gcc indentation warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tls.c')
-rw-r--r-- | networking/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls.c b/networking/tls.c index 29cc5b9f3..89f2ec603 100644 --- a/networking/tls.c +++ b/networking/tls.c | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #include "tls.h" | 19 | #include "tls.h" |
20 | 20 | ||
21 | #define TLS_DEBUG 1 | 21 | #define TLS_DEBUG 0 |
22 | #define TLS_DEBUG_HASH 0 | 22 | #define TLS_DEBUG_HASH 0 |
23 | #define TLS_DEBUG_DER 0 | 23 | #define TLS_DEBUG_DER 0 |
24 | #define TLS_DEBUG_FIXED_SECRETS 0 | 24 | #define TLS_DEBUG_FIXED_SECRETS 0 |