mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
Bugfix
|
|
* Functions in the ssl_cache module now return a negative MBEDTLS_ERR_xxx
|
|
error code on failure. Before, they returned 1 to indicate failure in
|
|
some cases involving a missing entry or a full cache.
|