1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix cleanup label alignment

This commit is contained in:
Janos Follath
2016-11-29 15:37:09 +00:00
committed by Simon Butcher
parent 7e2406f6f0
commit 6c8ccd5be4

View File

@ -1712,7 +1712,7 @@ int mbedtls_ecp_mul( mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
#endif
#if defined(MBEDTLS_ECP_INTERNAL_ALT)
cleanup:
cleanup:
if ( is_grp_capable )
{