1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Correct code style

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-03-18 11:50:39 +00:00
parent 0deda0e34c
commit 1cd1e01897
4 changed files with 12 additions and 10 deletions

View File

@ -2198,7 +2198,7 @@ static int ssl_write_server_hello(mbedtls_ssl_context *ssl)
{
ssl->session_negotiate->id_len = n = 32;
if ((ret = psa_generate_random(ssl->session_negotiate->id,
n)) != 0) {
n)) != 0) {
return ret;
}
}