mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 06:40:16 -04:00

The ECJPAKE test suite uses a size zero array for the empty password used in the tests, which is not valid C. This commit fixes this. This originally showed up as a compilation failure on Visual Studio 2015, documented in IOTSSL-1242, but can also be observed with GCC when using the -Wpedantic compilation option.