Corrected misleading fn description in ssl_cache.h

Mistake in comments spotted by Andris Mednis
This commit is contained in:
Simon Butcher 2015-10-19 19:35:04 +01:00
parent f093bde91e
commit 9b52b804c7

View file

@ -122,7 +122,7 @@ void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout );
#endif /* POLARSSL_HAVE_TIME */ #endif /* POLARSSL_HAVE_TIME */
/** /**
* \brief Set the cache timeout * \brief Set the maximun 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