Skip to content

Commit

Permalink
comment out Espressif test code
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed May 30, 2024
1 parent fbce624 commit 0433f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wolfcrypt/test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
PRIVATE_KEY_LOCK();
#endif
#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 Expand Up @@ -5700,9 +5700,9 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t sha256_test(void)
#endif

#if !defined(NO_WOLFSSL_ESP32_CRYPT_HASH)
if (esp_sha_hw_islocked(&sha.ctx)) {
ESP_LOGW(ESPIDF_TAG, "SHA Not cleaned up!");
}
// if (esp_sha_hw_islocked(&sha.ctx)) {
// ESP_LOGW(ESPIDF_TAG, "SHA Not cleaned up!");
// }
#endif
} /* for */

Expand Down

0 comments on commit 0433f3b

Please sign in to comment.