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

Rename ecp_internal.h to ecp_alt.h

This gives it a more descriptive name and indicates to alt developers
that the definitions inside are not fully internal and are available
to alt developers for use.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
Chris Jones
2021-03-09 16:10:29 +00:00
parent 66a4cd46fd
commit 59cda7f427
3 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@
#define mbedtls_free free
#endif
#include "ecp_internal.h"
#include "ecp_alt.h"
#if !defined(MBEDTLS_ECP_NO_INTERNAL_RNG)
#if defined(MBEDTLS_HMAC_DRBG_C)