mbedtls: enable all tests except SHA for ESP32-C2

This commit is contained in:
Mahavir Jain
2022-06-03 18:01:31 +05:30
parent aa2cf79e13
commit fc43533859
7 changed files with 0 additions and 39 deletions

View File

@@ -19,8 +19,6 @@
#define MBEDTLS_OK 0
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
//IDF-5141
/* Debugging function to print an MPI number to stdout. Happens to
print output that can be copy-pasted directly into a Python shell.
*/
@@ -277,4 +275,3 @@ TEST_CASE("test MPI modexp", "[bignum]")
TEST_ASSERT_FALSE_MESSAGE(test_error, "mbedtls_mpi_exp_mod incorrect for some tests\n");
}
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)