commit | ca939959e4d33174176c81900a4a8fb343f357b7 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Aug 31 23:18:07 2021 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Aug 31 23:18:07 2021 +0200 |
tree | 310434ea9c978448cf497aed8337014ef92e1af7 | |
parent | 2e9d65f928be9287e5e2c5a443beaa845982b8bb [diff] [blame] |
Allow read-only access to lists of certificates, CRL, CRL entries Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index aab15db..3d8f37b 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c
@@ -331,7 +331,7 @@ mbedtls_printf( "%s\n", buf ); - cur = cur->MBEDTLS_PRIVATE(next); + cur = cur->next; } /*