Skip to content

Commit ab086dc

Browse files
authored
Updated sha header for use with IDF 4.4
1 parent c5d4714 commit ab086dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTTPConnection.hpp

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

1313
#include <functional>
1414

0 commit comments

Comments
 (0)