commit | 3b6bf105d1271ba624b22cc1bedd951b9c2be8bf | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Tue May 23 17:51:52 2023 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Tue May 23 17:51:52 2023 +0100 |
tree | 1384942a5ab54447cc4dba434f2e17d1c381e136 | |
parent | c05f51ded9c0a2d3500a3cc3922befc52c0c013b [diff] [blame] |
Fix missed renames from N to X Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/ecp_invasive.h b/library/ecp_invasive.h index 4cf4f6e..379e022 100644 --- a/library/ecp_invasive.h +++ b/library/ecp_invasive.h
@@ -196,7 +196,7 @@ #if defined(MBEDTLS_ECP_DP_CURVE448_ENABLED) MBEDTLS_STATIC_TESTABLE -int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *N, size_t N_limbs); +int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *X, size_t X_limbs); #endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */