Skip to content

Commit

Permalink
Fix function declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Mezei <[email protected]>
  • Loading branch information
gabor-mezei-arm committed Apr 13, 2023
1 parent 1237a34 commit 0a11ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ecp_curves.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a11ee6

Please sign in to comment.