Skip to content

Commit

Permalink
wpa_supplicant: Enable ECC test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin0x18 committed Jan 18, 2023
1 parent b060179 commit d9ac693
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/wpa_supplicant/test/test_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,6 @@ TEST_CASE("Test crypto lib bignum apis", "[wpa_crypto]")

#endif /* bits in mbedtls_mpi_uint */

#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6, ESP32H2)
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
//IDF-5046
/*
* Create an MPI from embedded constants
* (assumes len is an exact multiple of sizeof mbedtls_mpi_uint)
Expand Down Expand Up @@ -541,5 +538,3 @@ TEST_CASE("Test crypto lib ECC apis", "[wpa_crypto]")
}

}
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6, ESP32H2)
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)

0 comments on commit d9ac693

Please sign in to comment.