mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-03 19:54:18 +01:00
x509_crt.c: Add blank line to increase readability
This commit is contained in:
parent
35b86a872f
commit
ed05888195
@ -169,6 +169,7 @@ int mbedtls_x509_crt_flush_cache( mbedtls_x509_crt const *crt )
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int x509_crt_frame_parse_ext( mbedtls_x509_crt_frame *frame );
|
static int x509_crt_frame_parse_ext( mbedtls_x509_crt_frame *frame );
|
||||||
|
|
||||||
int mbedtls_x509_crt_cache_provide_frame( mbedtls_x509_crt const *crt )
|
int mbedtls_x509_crt_cache_provide_frame( mbedtls_x509_crt const *crt )
|
||||||
{
|
{
|
||||||
mbedtls_x509_crt_cache *cache = crt->cache;
|
mbedtls_x509_crt_cache *cache = crt->cache;
|
||||||
|
Loading…
Reference in New Issue
Block a user