mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
wpa_supplicant: Enable ECC test case
This commit is contained in:
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
typedef struct crypto_bignum crypto_bignum;
|
typedef struct crypto_bignum crypto_bignum;
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
|
|
||||||
//IDF-5046
|
|
||||||
TEST_CASE("Test crypto lib bignum apis", "[wpa_crypto]")
|
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)
|
|
||||||
|
Reference in New Issue
Block a user