commit | cfc0eb8d22b1df506dfeda5d5c3f0433b3c67c3a | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Sep 15 20:15:34 2022 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Fri Sep 30 13:36:39 2022 +0200 |
tree | 0355c5f615bb5e0743a62b7141b2fc5be492b0d6 | |
parent | 53e455db7b052082bb325a670a4b9bd3f57f07bd [diff] [blame] |
Remove unused parameter Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c index 09a86cd..7bf67f4 100644 --- a/library/constant_time.c +++ b/library/constant_time.c
@@ -716,7 +716,7 @@ X->s = mbedtls_ct_cond_select_sign( swap, Y->s, X->s ); Y->s = mbedtls_ct_cond_select_sign( swap, s, Y->s ); - mbedtls_mpi_core_cond_swap( X->p, X->n, Y->p, Y->n, swap ); + mbedtls_mpi_core_cond_swap( X->p, Y->p, X->n, swap ); cleanup: return( ret );