1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

- Add required BearSSL include in header. (#7310)

Co-authored-by: Anders <andlo151@student.liu.se>
This commit is contained in:
aerlon
2020-05-18 19:54:25 +02:00
committed by GitHub
parent 4519db85e9
commit 1b20cd6263
2 changed files with 3 additions and 4 deletions

View File

@ -23,10 +23,9 @@
THE SOFTWARE.
*/
#include <bearssl/bearssl.h>
#include "Crypto.h"
#include <TypeConversion.h>
#include <bearssl/bearssl.h>
#include <assert.h>
namespace TypeCast = experimental::TypeConversion;