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

hwcrypto/sha.h deprecated in latest esp idf framework (v4.3) #136

Open
Lackmann1994 opened this issue Jul 29, 2021 · 3 comments · May be fixed by #142
Open

hwcrypto/sha.h deprecated in latest esp idf framework (v4.3) #136

Lackmann1994 opened this issue Jul 29, 2021 · 3 comments · May be fixed by #142

Comments

@Lackmann1994
Copy link

Using the latest esp idf framework (v4.3) esp32_https_server wont compile since the compiler cannot find hwcrypto/sha.h

I suggest replacing
#include <hwcrypto/sha.h>
with
#include <sha/sha_parallel_engine.h>

@qati
Copy link

qati commented Sep 26, 2021

+1

Did anybody do the update? @fhessel

@jaygitdev
Copy link

I made the change in the HTTPConnection.hpp file and the warning went away for me. I had other issues but that particular change got rid of the warning

@FStefanni FStefanni linked a pull request Nov 24, 2021 that will close this issue
@FStefanni
Copy link

Hi,

I have proposed a small pr.

Regards.

lvlerber added a commit to lvlerber/esp32_https_server that referenced this issue Apr 14, 2023
hwcrypto/sha.h deprecated in latest esp idf framework (v4.3) fhessel#136
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 a pull request may close this issue.

4 participants