We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a7a06 commit 92ca1bcCopy full SHA for 92ca1bc
tests/suites/test_suite_ecp.function
@@ -57,6 +57,9 @@ void ecp_invalid_param( )
57
mbedtls_ecp_restart_ctx restart_ctx;
58
#endif /* MBEDTLS_ECP_RESTARTABLE */
59
60
+ mbedtls_ecp_group_init( &grp );
61
+ mbedtls_ecp_point_init( &P );
62
+
63
TEST_INVALID_PARAM( mbedtls_ecp_point_init( NULL ) );
64
TEST_INVALID_PARAM( mbedtls_ecp_keypair_init( NULL ) );
65
TEST_INVALID_PARAM( mbedtls_ecp_group_init( NULL ) );
0 commit comments