We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5657d88 + 4d2ce11 commit 26284e2Copy full SHA for 26284e2
1 file changed
wolfcrypt/src/port/Espressif/esp32_sha.c
@@ -1520,9 +1520,9 @@ int esp_sha_hw_unlock(WC_ESP32SHA* ctx)
1520
}
1521
1522
#if defined(ESP_MONITOR_HW_TASK_LOCK) && defined(WOLFSSL_ESP32_HW_LOCK_DEBUG)
1523
- SP_LOGI(TAG, "3) esp_sha_hw_unlock Lock depth @ %d = %d "
+ ESP_LOGI(TAG, "3) esp_sha_hw_unlock Lock depth @ %d = %d "
1524
"for WC_ESP32SHA @ %0x\n",
1525
- __LINE__, ctx->lockDepth, (unsigned)ctx);
+ __LINE__, ctx->lockDepth, (uintptr_t)ctx);
1526
#endif
1527
1528
if (0 != ctx->lockDepth) {
0 commit comments