mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-20 10:24:18 +03:00
The cipher list count/pointer was cleared separately in the three constructors available. Move this reset to _clear() to reduce code duplication and keep the semantics.