mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 01:41:13 +00:00
Improve formatting in x509.c
This commit is contained in:
parent
f6bc8886c7
commit
be0cf9b1f6
|
@ -539,9 +539,9 @@ static int x509_string_cmp( const mbedtls_x509_buf *a,
|
||||||
int mbedtls_x509_name_cmp_raw( mbedtls_x509_buf_raw const *a,
|
int mbedtls_x509_name_cmp_raw( mbedtls_x509_buf_raw const *a,
|
||||||
mbedtls_x509_buf_raw const *b,
|
mbedtls_x509_buf_raw const *b,
|
||||||
int (*abort_check)( void *ctx,
|
int (*abort_check)( void *ctx,
|
||||||
mbedtls_x509_buf *oid,
|
mbedtls_x509_buf *oid,
|
||||||
mbedtls_x509_buf *val,
|
mbedtls_x509_buf *val,
|
||||||
int next_merged ),
|
int next_merged ),
|
||||||
void *abort_check_ctx )
|
void *abort_check_ctx )
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Reference in a new issue