From 6c8ccd5be41935c9a1f35aceac92eb2fc1cf85ff Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Tue, 29 Nov 2016 15:37:09 +0000 Subject: [PATCH] Fix cleanup label alignment --- library/ecp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp.c b/library/ecp.c index 0a989d5b0..56f22c272 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -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 ) {