From 8a0944cb99e7514eab4d297e82f4e60d8accbfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 1 Jul 2019 10:59:17 +0200 Subject: [PATCH] Fix renaming oversight in documentation --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index c70381ec1..734a38ffd 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1676,7 +1676,7 @@ * Disable support for cache based session resumption. * * This option is only about the server-side support of the session caches. - * Client will only need the MBEDTLS_SSL_SESSION_RESUMPTION to support + * Client will only need !MBEDTLS_SSL_NO_SESSION_RESUMPTION to support * cache based session resumption. * * Server-side, you also need to provide callbacks for storing and reading