ssh_cache: Add back description of other errors for cache getter
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
e3746d7ce6
commit
723ac268e7
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ void mbedtls_ssl_cache_init(mbedtls_ssl_cache_context *cache);
|
||||||
*
|
*
|
||||||
* \return \c 0 on success.
|
* \return \c 0 on success.
|
||||||
* \return #MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND if there is
|
* \return #MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND if there is
|
||||||
* no cache entry with specified session ID found.
|
* no cache entry with specified session ID found, or
|
||||||
|
* any other negative error code for other failures.
|
||||||
*/
|
*/
|
||||||
int mbedtls_ssl_cache_get(void *data,
|
int mbedtls_ssl_cache_get(void *data,
|
||||||
unsigned char const *session_id,
|
unsigned char const *session_id,
|
||||||
|
|
Loading…
Reference in a new issue