From 3e9449350ca1a27b33a83287211e104cf51959a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 20 Nov 2014 18:29:41 +0100 Subject: [PATCH] Fix comment on resumption --- include/polarssl/ssl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 219060ddc..a4cd70e5c 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -1027,7 +1027,8 @@ void ssl_set_bio( ssl_context *ssl, #if defined(POLARSSL_SSL_SRV_C) /** * \brief Set the session cache callbacks (server-side only) - * If not set, no session resuming is done. + * If not set, no session resuming is done (except if session + * tickets are enabled too). * * The session cache has the responsibility to check for stale * entries based on timeout. See RFC 5246 for recommendations.