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

MD5Builder update for esp_rom API usage #5941

Merged
merged 1 commit into from
Dec 14, 2021
Merged

MD5Builder update for esp_rom API usage #5941

merged 1 commit into from
Dec 14, 2021

Conversation

atanisoft
Copy link
Collaborator

Summary

Fixes #5925 which is failing due to CONFIG_WPA_MBEDTLS_CRYPTO being enabled by default which omits the functions: MD5Init, MD5Update, MD5Final.

Impact

Migrates to use esp_rom_md5.h directly rather than rely on sdkconfig entries to enable usage.

… on wrappers that can be omitted from compilation based on sdkconfig.
@CLAassistant
Copy link

CLAassistant commented Nov 28, 2021

CLA assistant check
All committers have signed the CLA.

@me-no-dev me-no-dev merged commit 794de50 into espressif:master Dec 14, 2021
@me-no-dev
Copy link
Member

thanks @atanisoft

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.

undefined reference to `MD5Update' in arduino as component
3 participants