mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 07:36:28 -04:00
Fix incorrect return style
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
e6917d05d3
commit
670a993dcd
@ -508,7 +508,7 @@ error:
|
|||||||
|
|
||||||
mbedtls_platform_zeroize( head, sizeof( *head ) );
|
mbedtls_platform_zeroize( head, sizeof( *head ) );
|
||||||
|
|
||||||
return ret;
|
return( ret );
|
||||||
}
|
}
|
||||||
|
|
||||||
static int x509_parse_int( unsigned char **p, size_t n, int *res )
|
static int x509_parse_int( unsigned char **p, size_t n, int *res )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user