mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-25 18:39:54 +00:00
Fix incorrect return style
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
178ec96c89
commit
078250eb56
@ -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…
x
Reference in New Issue
Block a user