Fix function declaration

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-04-11 18:02:33 +02:00
parent 1237a349ed
commit 0a11ee6da8
No known key found for this signature in database
GPG Key ID: F072ACA227ACD71D

View File

@ -4608,7 +4608,7 @@ static int ecp_mod_p448(mbedtls_mpi *);
#endif
#if defined(MBEDTLS_ECP_DP_SECP192K1_ENABLED)
static int ecp_mod_p192k1(mbedtls_mpi *);
MBEDTLS_TEST_HOOKS
MBEDTLS_STATIC_TESTABLE
int mbedtls_ecp_mod_p192k1(mbedtls_mpi *);
#endif
#if defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED)