- Removed redundant POLARSSL_DEBUG_MSG define
This commit is contained in:
parent
a8cd239d6b
commit
1504af585c
4 changed files with 6 additions and 12 deletions
|
@ -178,7 +178,7 @@ static int ssl_write_client_hello( ssl_context *ssl )
|
|||
|
||||
static int ssl_parse_server_hello( ssl_context *ssl )
|
||||
{
|
||||
#if defined(POLARSSL_DEBUG_MSG) && defined(POLARSSL_DEBUG_C)
|
||||
#if defined(POLARSSL_DEBUG_C)
|
||||
time_t t;
|
||||
#endif
|
||||
int ret, i;
|
||||
|
@ -228,7 +228,7 @@ static int ssl_parse_server_hello( ssl_context *ssl )
|
|||
|
||||
ssl->minor_ver = buf[5];
|
||||
|
||||
#if defined(POLARSSL_DEBUG_MSG) && defined(POLARSSL_DEBUG_C)
|
||||
#if defined(POLARSSL_DEBUG_C)
|
||||
t = ( (time_t) buf[6] << 24 )
|
||||
| ( (time_t) buf[7] << 16 )
|
||||
| ( (time_t) buf[8] << 8 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue