1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-17 02:23:27 +03:00

fix style isses

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-10-21 10:49:47 +01:00
parent a2de40a100
commit bc076f9f76

View File

@@ -227,7 +227,7 @@ static int x509write_csr_der_internal(mbedtls_x509write_csr *ctx,
} }
if ((ret = mbedtls_pk_sign_ext((mbedtls_pk_sigalg_t) pk_alg, ctx->key, ctx->md_alg, hash, 0, if ((ret = mbedtls_pk_sign_ext((mbedtls_pk_sigalg_t) pk_alg, ctx->key, ctx->md_alg, hash, 0,
sig, sig_size, &sig_len)) != 0) { sig, sig_size, &sig_len)) != 0) {
return ret; return ret;
} }