mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-01 13:51:01 +00:00
Fix typo in documenation
This commit is contained in:
parent
66aa1a3088
commit
69994584c7
|
@ -94,7 +94,7 @@ int ssl_cache_set( void *data, const ssl_session *session );
|
||||||
void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout );
|
void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Set the maximun number of cache entries
|
* \brief Set the maximum number of cache entries
|
||||||
* (Default: SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
|
* (Default: SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
|
||||||
*
|
*
|
||||||
* \param cache SSL cache context
|
* \param cache SSL cache context
|
||||||
|
|
Loading…
Reference in a new issue