mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-28 19:13:28 +00:00
pkcs7: Fix trailing whitespace
Signed-off-by: Nick Child <nick.child@ibm.com>
This commit is contained in:
parent
9512bde5c3
commit
5f9456f3e3
@ -243,9 +243,9 @@ static int pkcs7_get_certificates( unsigned char **p, unsigned char *end,
|
|||||||
|
|
||||||
*p = *p + len1;
|
*p = *p + len1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Since in this version we strictly support single certificate, and reaching
|
* 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;
|
ret = 1;
|
||||||
|
|
||||||
@ -701,7 +701,7 @@ out:
|
|||||||
|
|
||||||
int mbedtls_pkcs7_signed_hash_verify( mbedtls_pkcs7 *pkcs7,
|
int mbedtls_pkcs7_signed_hash_verify( mbedtls_pkcs7 *pkcs7,
|
||||||
const mbedtls_x509_crt *cert,
|
const mbedtls_x509_crt *cert,
|
||||||
const unsigned char *hash,
|
const unsigned char *hash,
|
||||||
size_t hashlen )
|
size_t hashlen )
|
||||||
{
|
{
|
||||||
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
|
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user