You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cores/esp8266/Crypto.h
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
#define__ESP8266_ARDUINO_CRYPTO_H__
28
28
29
29
#include<Arduino.h>
30
+
#include<bearssl/bearssl_kdf.h>
30
31
31
32
namespaceexperimental
32
33
{
@@ -745,8 +746,7 @@ struct HKDF
745
746
746
747
private:
747
748
748
-
// Use an opaque type to avoid #include <bearssl/bearssl.h> which drags the lib declarations into userland. The global scope prefix is required for compilation to succeed, it seems.
0 commit comments