- Removed redundant POLARSSL_DEBUG_MSG define
This commit is contained in:
parent
a8cd239d6b
commit
1504af585c
4 changed files with 6 additions and 12 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "config.h"
|
||||
#include "ssl.h"
|
||||
|
||||
#if defined(POLARSSL_DEBUG_MSG) && defined(POLARSSL_DEBUG_C)
|
||||
#if defined(POLARSSL_DEBUG_C)
|
||||
|
||||
#define SSL_DEBUG_MSG( level, args ) \
|
||||
debug_print_msg( ssl, level, __FILE__, __LINE__, debug_fmt args );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue