From 726652648e407add7ab1d53d32934f70c9b4611f 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/config.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 54501b108..8b781a0ee 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3622,15 +3622,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). * \{ */