mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
A typo was present in several ifdefs which would allow a server to negotiate an EC connection even when in basic SSL mode. When this happened, a crash would occur (since there were no EC or advanced AES modes installed). Fix the typo, fixes #6397