Skip to content

Commit

Permalink
Disable more Espressif code
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed May 30, 2024
1 parent 0433f3b commit 131112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
#endif /* WOLFSSL_SHA512 */

#ifdef WOLFCRYPT_HAVE_SRP
ESP_LOGI(ESPIDF_TAG, "Here we go with srp_test!");
// ESP_LOGI(ESPIDF_TAG, "Here we go with srp_test!");
if ( (ret = srp_test()) != 0)
TEST_FAIL("SRP test failed!\n", ret);
else
Expand Down

0 comments on commit 131112d

Please sign in to comment.