Fix incorrect return style

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2022-10-18 18:11:13 +01:00
parent e6917d05d3
commit 670a993dcd

View File

@ -508,7 +508,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 )