From d5793ce27352c10db1ffed5973d8046ee51001e1 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 13 Apr 2022 23:05:10 +0200 Subject: [PATCH] Document the section "General configuration options" Replace the copypasta that was there. Signed-off-by: Gilles Peskine --- include/mbedtls/mbedtls_config.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index efbc81691f..f608b63cef 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -3086,15 +3086,9 @@ /** * \name SECTION: General configuration options * - * This section allows for the setting of module specific sizes and - * configuration options. The default values are already present in the - * relevant header files and should suffice for the regular use cases. + * This section contains Mbed TLS build settings that are not associated + * with a particular module. * - * Our advice is to enable options and change their values here - * only if you have a good reason and know the consequences. - * - * Please check the respective header file for documentation on these - * parameters (to prevent duplicate documentation). * \{ */