commit | 21f73b57edf366392643fb53b545c2e566fe3ac7 | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Wed Jun 20 08:13:24 2018 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Wed Jun 20 08:13:24 2018 +0200 |
tree | 77921c164e90217db80574d1fa5edc68165bd4a1 | |
parent | c03059db42e7e1bc2c1c86615fd802b3a7a4de8b [diff] |
Coding style Commit to be squashed
diff --git a/library/x509_csr.c b/library/x509_csr.c index 40a0f20..779098d 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c
@@ -279,7 +279,8 @@ #if defined(MBEDTLS_PEM_PARSE_C) /* Avoid calling mbedtls_pem_read_buffer() on non-null-terminated string */ - if( buf[buflen - 1] == '\0' ) { + if( buf[buflen - 1] == '\0' ) + { mbedtls_pem_init( &pem ); ret = mbedtls_pem_read_buffer( &pem, "-----BEGIN CERTIFICATE REQUEST-----",