Skip to content

Commit a8be24a

Browse files
authored
other include for sha
hwcrypto/sha.h deprecated in latest esp idf framework (v4.3) fhessel#136
1 parent de1876c commit a8be24a

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
@@ -6,7 +6,7 @@
66

77
#include <string>
88
#include <mbedtls/base64.h>
9-
#include <hwcrypto/sha.h>
9+
#include <sha/sha_parallel_engine.h>
1010
#include <functional>
1111

1212
// Required for sockets

0 commit comments

Comments
 (0)