x509_crt.c: Add blank line to increase readability

This commit is contained in:
Hanno Becker 2019-06-28 10:46:43 +01:00
parent 35b86a872f
commit ed05888195

View File

@ -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 );
int mbedtls_x509_crt_cache_provide_frame( mbedtls_x509_crt const *crt )
{
mbedtls_x509_crt_cache *cache = crt->cache;