wpa_supplicant: Enable ECC test case

This commit is contained in:
Sachin Parekh
2023-01-23 11:23:48 +05:30
parent 131faba944
commit f136f16f72

View File

@ -19,8 +19,6 @@
typedef struct crypto_bignum crypto_bignum;
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
//IDF-5046
TEST_CASE("Test crypto lib bignum apis", "[wpa_crypto]")
{
{
@ -540,4 +538,3 @@ TEST_CASE("Test crypto lib ECC apis", "[wpa_crypto]")
}
}
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)