Fix style issues

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-08-01 10:34:42 +01:00
parent dbb15e6d2f
commit 9db2e91cfe

View File

@@ -1069,7 +1069,7 @@ static int ssl_handshake_init(mbedtls_ssl_context *ssl)
#if defined(MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED)
#if !defined(MBEDTLS_DEPRECATED_REMOVED)
ssl->handshake->sig_algs_heap_allocated = 0;
ssl->handshake->sig_algs_heap_allocated = 0;
#endif /* !MBEDTLS_DEPRECATED_REMOVED */
#endif /* MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
return 0;