From c850054759d9420b120c646d97f449475285700b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Thu, 3 Jun 2021 23:55:43 +0200 Subject: [PATCH] Remove reference to including check_config.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- configs/README.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/README.txt b/configs/README.txt index 51560fb8d8..9e5a243f8d 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -8,8 +8,6 @@ These files are complete replacements for the default mbedtls_config.h. To use o them, you can pick one of the following methods: 1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one. - (Depending on your compiler, you may need to adjust the line with - #include "mbedtls/check_config.h" then.) 2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly. For example, using make: