Fix incorrect return style
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
178ec96c89
commit
078250eb56
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ error:
|
|||
|
||||
mbedtls_platform_zeroize( head, sizeof( *head ) );
|
||||
|
||||
return ret;
|
||||
return( ret );
|
||||
}
|
||||
|
||||
static int x509_parse_int( unsigned char **p, size_t n, int *res )
|
||||
|
|
Loading…
Reference in a new issue