commit | 274a12e17c7e0f173e997450a4e8125b11e8be85 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 20 21:32:08 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 14 08:41:00 2014 +0100 |
tree | fe1ac14f8dfed3d1aabcb890730457bbd0319fa7 | |
parent | 780d671f9d88f71d64c5830ab11ecf6562de8757 [diff] [blame] |
Fix bug with ssl_cache and max_entries=0
diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index daa07ac..16144fe 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h
@@ -106,7 +106,7 @@ * A timeout of 0 indicates no timeout. * * \param cache SSL cache context - * \param timeout cache entry timeout + * \param timeout cache entry timeout in seconds */ void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout ); #endif /* POLARSSL_HAVE_TIME */