Fix whitespace and formatting in ssl_srv.c

This commit is contained in:
Simon Butcher 2016-05-23 16:24:52 +01:00
parent f65013d76d
commit 584a547873

View file

@ -1512,7 +1512,6 @@ read_record_header:
if( ( ssl->major_ver != 3 ) || ( ssl->minor_ver != 0 ) ) if( ( ssl->major_ver != 3 ) || ( ssl->minor_ver != 0 ) )
{ {
#endif #endif
/* /*
* Check the extension length * Check the extension length
*/ */
@ -1698,9 +1697,7 @@ read_record_header:
MBEDTLS_SSL_DEBUG_MSG( 1, ( "bad client hello message" ) ); MBEDTLS_SSL_DEBUG_MSG( 1, ( "bad client hello message" ) );
return( MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO ); return( MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO );
} }
} }
#if defined(MBEDTLS_SSL_PROTO_SSL3) #if defined(MBEDTLS_SSL_PROTO_SSL3)
} }
#endif #endif