mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-26 04:59:56 +00:00
Remove surplus parentheses
Signed-off-by: Ben Taylor <[email protected]> This is a manual backport, not a direct cherry-pick, because the 3.6 PAKE macros retain a direct PSA_ALG_JPAKE comparison where the source branch adjusted a PSA_ALG_IS_JPAKE call. (cherry picked from commit 733ed07f29144ee9b99165e36eaf9b9b69317834)
This commit is contained in:
@@ -5019,7 +5019,7 @@ int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn)
|
||||
|
||||
#else /* 64 bit */
|
||||
|
||||
#define MAX32 ((X_limbs) * 2)
|
||||
#define MAX32 (X_limbs * 2)
|
||||
#define A(j) \
|
||||
(j) % 2 ? \
|
||||
(uint32_t) (X[(j) / 2] >> 32) : \
|
||||
|
||||
Reference in New Issue
Block a user