From 0a11ee6da83555f55480cde26a184837768f8bc1 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Tue, 11 Apr 2023 18:02:33 +0200 Subject: [PATCH] Fix function declaration Signed-off-by: Gabor Mezei --- library/ecp_curves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 071ac61d3..2fcb5c16e 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -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)