From b05d89dced51a2642668e016f3207cf4aae16434 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 9 Mar 2020 19:23:51 +0100 Subject: [PATCH] Move the lone paragraph under "Configurations" to "Configuration" --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e9bfb7d2..fbe112c04 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Mbed TLS should build out of the box on most systems. Some platform specific opt Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see below). +We provide some non-standard configurations focused on specific use cases in the `configs/` directory. You can read more about those in `configs/README.txt` + Documentation ------------- @@ -176,12 +178,6 @@ For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, ad - `tests/scripts/key-exchanges.pl` test builds in configurations with a single key exchange enabled - `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc). -Configurations --------------- - -We provide some non-standard configurations focused on specific use cases in the `configs/` directory. You can read more about those in `configs/README.txt` - - Porting Mbed TLS ----------------