From 131112d0689025c6e21e4b5dbe5bc7804fb80056 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Thu, 30 May 2024 16:07:42 -0700 Subject: [PATCH] Disable more Espressif code --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 8e5268d40c..f5806db8fc 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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