pkcs7: Fix trailing whitespace
Signed-off-by: Nick Child <nick.child@ibm.com>
diff --git a/library/pkcs7.c b/library/pkcs7.c
index 5ec1089..c4d605e 100644
--- a/library/pkcs7.c
+++ b/library/pkcs7.c
@@ -243,9 +243,9 @@
*p = *p + len1;
- /*
+ /*
* Since in this version we strictly support single certificate, and reaching
- * here implies we have parsed successfully, we return 1.
+ * here implies we have parsed successfully, we return 1.
*/
ret = 1;
@@ -701,7 +701,7 @@
int mbedtls_pkcs7_signed_hash_verify( mbedtls_pkcs7 *pkcs7,
const mbedtls_x509_crt *cert,
- const unsigned char *hash,
+ const unsigned char *hash,
size_t hashlen )
{
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;