Add an "SSL" infix to MBEDTLS_IMMEDIATE_TRANSMISSION
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
df6e684460
commit
4f5549f595
10 changed files with 22 additions and 22 deletions
|
@ -1143,7 +1143,7 @@ static int ssl_write_client_hello( mbedtls_ssl_context *ssl )
|
|||
#if defined(MBEDTLS_SSL_PROTO_DTLS)
|
||||
if( MBEDTLS_SSL_TRANSPORT_IS_DTLS( ssl->conf->transport ) )
|
||||
{
|
||||
#if defined(MBEDTLS_IMMEDIATE_TRANSMISSION)
|
||||
#if defined(MBEDTLS_SSL_IMMEDIATE_TRANSMISSION)
|
||||
mbedtls_ssl_immediate_flight_done( ssl );
|
||||
#else
|
||||
if( ( ret = mbedtls_ssl_flight_transmit( ssl ) ) != 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue