1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

fix coding style issue

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2021-08-26 18:42:05 +08:00
parent 2ac64193ad
commit 55b9038600

View File

@ -107,7 +107,7 @@ cleanup:
MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= write client hello" ) );
/* client_hello_process haven't finished */
ret=MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE;
ret = MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE;
return ret;
}