Move the lone paragraph under "Configurations" to "Configuration"

This commit is contained in:
Gilles Peskine 2020-03-09 19:23:51 +01:00
parent a10cbda609
commit b05d89dced

View File

@ -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
----------------