commit | 535f36d203be232c8f231d200b580bd26039f988 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Tue Aug 02 11:50:44 2022 +0200 |
committer | Janos Follath <janos.follath@arm.com> | Fri Aug 05 17:08:53 2022 +0100 |
tree | ee11f8e9d099406ed9890b2f361ca33aa97c6524 | |
parent | e66b1d47ed7b19611f35720da47ad822a94b87ed [diff] [blame] |
Unify parameter naming Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/bignum_mod.h b/library/bignum_mod.h index 342bf17..97b3fc7 100644 --- a/library/bignum_mod.h +++ b/library/bignum_mod.h
@@ -76,7 +76,7 @@ int mbedtls_mpi_mod_modulus_setup( mbedtls_mpi_mod_modulus *m, mbedtls_mpi_uint *p, - size_t n, + size_t pn, int ext_rep, int int_rep );