Skip to content

Commit 894603a

Browse files
authored
Merge pull request #1 from FStefanni/master
Fixed compiling with ESP32
2 parents de1876c + e2b1ba2 commit 894603a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/HTTPConnection.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
#include <string>
88
#include <mbedtls/base64.h>
9+
#ifdef ESP32
10+
#include <sha/sha_parallel_engine.h>
11+
#else
912
#include <hwcrypto/sha.h>
13+
#endif
1014
#include <functional>
1115

1216
// Required for sockets

0 commit comments

Comments
 (0)