From 9b52b804c777be645388796f7b47c2f6f29f8c57 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 19 Oct 2015 19:35:04 +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 063d7d7b1..9e778617e 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -122,7 +122,7 @@ void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout ); #endif /* POLARSSL_HAVE_TIME */ /** - * \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