1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Rename function to follow naming convention

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2023-01-31 14:33:12 +01:00
parent 4721bb95fb
commit 2038ce976e
3 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ int mbedtls_ecp_gen_privkey_mx(size_t n_bits,
* \param[in] Nn The address of the modulus.
*/
MBEDTLS_STATIC_TESTABLE
int ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
#endif /* MBEDTLS_ECP_DP_SECP192R1_ENABLED */