aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-23 01:15:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-23 01:15:13 +0100
commit9492da7e63deae898d7bf924be5790c7fab1a4fb (patch)
treec6f291a02592c198f4cf5711c0aef33a02739943 /networking/tls.c
parent9a647c326a41e8160d53e6cb5470161a44c0e8cf (diff)
downloadbusybox-9492da7e63deae898d7bf924be5790c7fab1a4fb.tar.gz
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.c2
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 @@
#include "tls.h"
-#define TLS_DEBUG 1
+#define TLS_DEBUG 0
#define TLS_DEBUG_HASH 0
#define TLS_DEBUG_DER 0
#define TLS_DEBUG_FIXED_SECRETS 0