mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 18:46:29 +00:00
Corrected misleading fn description in ssl_cache.h
Mistake in comments spotted by Andris Mednis
This commit is contained in:
parent
334a87be0b
commit
e3132a9e5a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ void mbedtls_ssl_cache_set_timeout( mbedtls_ssl_cache_context *cache, int timeou
|
||||||
#endif /* MBEDTLS_HAVE_TIME */
|
#endif /* MBEDTLS_HAVE_TIME */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Set the cache timeout
|
* \brief Set the maximun number of cache entries
|
||||||
* (Default: MBEDTLS_SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
|
* (Default: MBEDTLS_SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
|
||||||
*
|
*
|
||||||
* \param cache SSL cache context
|
* \param cache SSL cache context
|
||||||
|
|
Loading…
Reference in a new issue