We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d247762 + f389629 commit e895342Copy full SHA for e895342
tests/suites/test_suite_ecp.function
@@ -43,7 +43,9 @@ void ecp_invalid_param( )
43
unsigned char buf[42] = { 0 };
44
const unsigned char *null_buf = NULL;
45
mbedtls_ecp_group_id valid_group = MBEDTLS_ECP_DP_SECP192R1;
46
+#if defined(MBEDTLS_ECP_RESTARTABLE)
47
mbedtls_ecp_restart_ctx restart_ctx;
48
+#endif /* MBEDTLS_ECP_RESTARTABLE */
49
50
TEST_INVALID_PARAM( mbedtls_ecp_point_init( NULL ) );
51
TEST_INVALID_PARAM( mbedtls_ecp_keypair_init( NULL ) );
0 commit comments