me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
755 stars 392 forks source link

fatal error: include/ssl.h: No such file or directory #174

Closed ohyeaah closed 2 years ago

ohyeaah commented 2 years ago

Hello, I have a Wemos D1 mini pro board with an ESP8266EX processor.

I get the above error but I don't know why.

There is no ssl.h file in the whole board source code folder. But there is bearssl.h. Maybe this is the solution?

Can anyone help?

n0valis commented 2 years ago

I have the same problem. I think it has to do with build_flags = -DASYNC_TCP_SSL_ENABLED=1 related to https://github.com/me-no-dev/ESPAsyncTCP/pull/129 and https://github.com/me-no-dev/ESPAsyncTCP/pull/151

But I dont know how to fix this other than set ASYNC_TCP_SSL_ENABLED to 0

stale[bot] commented 2 years ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.