mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:55:39 +01:00
Fix cleanup label alignment
This commit is contained in:
parent
7e2406f6f0
commit
6c8ccd5be4
@ -1712,7 +1712,7 @@ int mbedtls_ecp_mul( mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_ECP_INTERNAL_ALT)
|
#if defined(MBEDTLS_ECP_INTERNAL_ALT)
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
||||||
if ( is_grp_capable )
|
if ( is_grp_capable )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user