1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Apply naming conventions

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2023-03-01 16:09:13 +01:00
parent 5221c04b92
commit ed1acf642c
2 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@ int mbedtls_ecp_mod_p224_raw(mbedtls_mpi_uint *X, size_t X_limbs);
#if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED)
MBEDTLS_STATIC_TESTABLE
int ecp_mod_p256_raw(mbedtls_mpi_uint *Np, size_t Nn);
int mbedtls_ecp_mod_p256_raw(mbedtls_mpi_uint *X, size_t X_limbs);
#endif