From 66aa1a3088d6a49927ebece9437e7ad37d63aa0f Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 19 Oct 2015 19:39:46 +0100 Subject: [PATCH] Corrected misleading fn description in ssl_cache.h Mistake in comments spotted by Andris Mednis --- include/polarssl/ssl_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index cdb200c05..960c9ba2b 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -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 ); /** - * \brief Set the cache timeout + * \brief Set the maximun number of cache entries * (Default: SSL_CACHE_DEFAULT_MAX_ENTRIES (50)) * * \param cache SSL cache context