-
Notifications
You must be signed in to change notification settings - Fork 839
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
Found a typo in esp32_sha.c #7606
Comments
Hi @Jreuningschererhubbell and thank you for reporting this! I've created #7607 to fix it. We're always interested in what folks are doing with wolfSSL. Please let me know more about your project here or if you prefer privacy you can reach me at [email protected], or for general support: [email protected]. I have a particular interest in the Espressif code; I'd like to make sure it is robust and flexible. Any additional feedback is welcome. |
Fix for #7606: ESP_LOGI typo in esp32_sha.c
Fix for wolfSSL#7606: ESP_LOGI typo in esp32_sha.c
The file wolfcrypt/src/port/Espressif/esp32_sha.c has a typo in line 1523.
wolfssl/wolfcrypt/src/port/Espressif/esp32_sha.c
Line 1523 in 40562a0
The correct function name is
ESP_LOGI
.Compiling for ESP32 with the typo results in an 'implicit function declaration error':
Compiling for ESP32 with the corrected function name succeeds.
I discovered this issue when I enabled
WOLFSSL_ESP32_HW_LOCK_DEBUG
while working with a ESP32-WROOM-32E.Thanks!
Edit: I misspelled 'REDACTED'
The text was updated successfully, but these errors were encountered: