commit | be0cf9b1f65c5f92d065f79d361683d695cea06d | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Thu May 02 13:17:29 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Jun 25 09:10:57 2019 +0100 |
tree | 1b26a07555671f21cf45a94f606e6f37e8fe6eda | |
parent | f6bc8886c72d6b0cbc5964ab611d1f3a15278af3 [diff] [blame] |
Improve formatting in x509.c
diff --git a/library/x509.c b/library/x509.c index 0a9138f..4ed8a4d 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -539,9 +539,9 @@ int mbedtls_x509_name_cmp_raw( mbedtls_x509_buf_raw const *a, mbedtls_x509_buf_raw const *b, int (*abort_check)( void *ctx, - mbedtls_x509_buf *oid, - mbedtls_x509_buf *val, - int next_merged ), + mbedtls_x509_buf *oid, + mbedtls_x509_buf *val, + int next_merged ), void *abort_check_ctx ) { int ret;