mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-25 04:29:55 +00:00
Fix cleanup label alignment
This commit is contained in:
+1
-1
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user