tls: set TLS_DEBUG to 0; placate a gcc indentation warning

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-01-23 01:15:13 +01:00
parent 9a647c326a
commit 9492da7e63
2 changed files with 13 additions and 11 deletions

View File

@ -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