mbedtls/ChangeLog.d/fix_compilation_ssl_tests.txt
Paul Elliott 954578644f Fix compilation errors.
Under gcc11(+) both message and received would cause errors for
potentially being used uninitialised. We fixed many of these issues in
another PR, but this one is only seen under certain configs.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-11-25 18:08:23 +00:00

4 lines
103 B
Plaintext

Bugfix
* Fix an uninitialized variable warning in test_suite_ssl.function with GCC
version 11