Add test that mbedtls_mpi_free() accepts NULL parameter
This commit is contained in:
parent
54c91dd235
commit
56b661cbf8
1 changed files with 2 additions and 1 deletions
|
@ -219,9 +219,10 @@ void mpi_invalid_param( )
|
|||
TEST_INVALID_PARAM_RET( MBEDTLS_ERR_MPI_BAD_INPUT_DATA,
|
||||
mbedtls_mpi_inv_mod( NULL, &X, &X ) );
|
||||
|
||||
mbedtls_mpi_free( NULL );
|
||||
|
||||
exit:
|
||||
return;
|
||||
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue