esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

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

Open Lackmann1994 opened this issue 3 years ago • 3 comments

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>

Lackmann1994 avatar Jul 29 '21 13:07 Lackmann1994

+1

Did anybody do the update? @fhessel

qati avatar Sep 26 '21 15:09 qati

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

jaygitdev avatar Sep 29 '21 23:09 jaygitdev

Hi,

I have proposed a small pr.

Regards.

FStefanni avatar Nov 24 '21 07:11 FStefanni