1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Correct documentation references to Mbed TLS

Use the correct formatting of the product name in the documentation.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2021-06-28 10:26:11 +01:00
parent a1d1f5b84f
commit 1b2a8836c4
5 changed files with 9 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ into `build_info.h`, including the handling of the `MBEDTLS_CONFIG_FILE`
macro.
A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced.
Defining it to a particular value will ensure that mbedtls interprets
Defining it to a particular value will ensure that Mbed TLS interprets
the config file in a way that's compatible with the config file format
used by the mbedtls release whose `MBEDTLS_VERSION_NUMBER` has the same
used by the Mbed TLS release whose `MBEDTLS_VERSION_NUMBER` has the same
value.
The only value supported by mbedtls 3.0.0 is `0x03000000`.
The only value supported by Mbed TLS 3.0.0 is `0x03000000`.