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:
@ -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;
|
||||
|
Reference in New Issue
Block a user