Skip to content

Commit 402894e

Browse files
authored
Update Header - reverted back to esp32/sha.h
As per complaint by Hitesh for non-compilation of #include <sha/sha_parallel_engine.h>, the line has been commented and esp32/sha.h has been reverted.
1 parent ab086dc commit 402894e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HTTPConnection.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include <string>
88
#include <mbedtls/base64.h>
99
//#include <hwcrypto/sha.h>
10-
#include <sha/sha_parallel_engine.h> // For use with IDF4.4
11-
//#include <esp32/sha.h> // Deprecated
10+
//#include <sha/sha_parallel_engine.h> // For use with IDF4.4
11+
#include <esp32/sha.h> // Deprecated
1212

1313
#include <functional>
1414

0 commit comments

Comments
 (0)