mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-08 18:40:26 +00:00
Fix code style
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
e4e9e7da58
commit
0540fe74e3
@ -1280,7 +1280,8 @@ void mpi_core_sub_int(char *input_A, char *input_B,
|
||||
TEST_CALLOC(R, limbs);
|
||||
|
||||
#define TEST_COMPARE_CORE_MPIS(A, B, limbs) \
|
||||
TEST_MEMORY_COMPARE(A, (limbs) * sizeof(mbedtls_mpi_uint), B, (limbs) * sizeof(mbedtls_mpi_uint))
|
||||
TEST_MEMORY_COMPARE(A, (limbs) * sizeof(mbedtls_mpi_uint), \
|
||||
B, (limbs) * sizeof(mbedtls_mpi_uint))
|
||||
|
||||
/* 1. R = A - b. Result and borrow should be correct */
|
||||
TEST_EQUAL(mbedtls_mpi_core_sub_int(R, A, B[0], limbs), borrow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user