commit | ed058881956569152467471d498543029076ba16 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Jun 28 10:46:43 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Jun 28 14:48:31 2019 +0100 |
tree | 636acf7f7d48c950ec2a1825d43838a009975e18 | |
parent | 35b86a872f5595f91bdc637ac191290ee3f23bd2 [diff] [blame] |
x509_crt.c: Add blank line to increase readability
diff --git a/library/x509_crt.c b/library/x509_crt.c index 3a8c5bb..c601686 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -169,6 +169,7 @@ } 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;