Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #7606: ESP_LOGI typo in esp32_sha.c #7607

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

gojimmypi
Copy link
Contributor

@gojimmypi gojimmypi commented May 31, 2024

Description

Thank you @Jreuningschererhubbell for reporting the ESP32 typo.

Fixes #7606

Edit: also consistently casts (uintptr_t)ctx instead of (unsigned)ctx for the same statement.

Fixes zd# n/a

Testing

How did you test?

Manually defined #define WOLFSSL_ESP32_HW_LOCK_DEBUG in the wolfssl_test user_settings.h and confirmed compile success.

Searched for other instances of SP_LOG with a leading space. None found.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@dgarske dgarske merged commit 26284e2 into wolfSSL:master Jun 1, 2024
103 checks passed
jefferyq2 pushed a commit to jefferyq2/wolfssl that referenced this pull request Jun 9, 2024
@gojimmypi gojimmypi deleted the PR-fix-7606 branch October 9, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Found a typo in esp32_sha.c
3 participants