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/bignum_core.h b/library/bignum_core.h index a538ece..779fb08 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h
@@ -123,9 +123,8 @@ * values different to either of the original ones. */ void mbedtls_mpi_core_cond_swap( mbedtls_mpi_uint *X, - size_t X_limbs, mbedtls_mpi_uint *Y, - size_t Y_limbs, + size_t limbs, unsigned char swap ); /** Import X from unsigned binary data, little-endian.