1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-18 17:42:23 +03:00

Fix reverse dependency core Updater -> library ESP8266WiFi (#6398)

* Per @earlephilhower suggestion

* Hints from @earlephilhower

* Namespace BearSSL in core "feels" wrong - using catch-all esp8266 instead.

* After review remarks by @earlephilhower
This commit is contained in:
Dirk O. Kaar
2019-08-28 20:07:04 +02:00
committed by Earle F. Philhower, III
parent 05969c6bf2
commit e201f614e8
3 changed files with 24 additions and 8 deletions

View File

@@ -26,7 +26,6 @@
#include <bearssl/bearssl.h>
#include <Updater.h>
// Internal opaque structures, not needed by user applications
namespace brssl {
class public_key;