1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Fix sentences after removal of USE_PSA

Some sentences or paragraphs became confusing or meaningless after
removing USE_PSA and only fixing the local context/semantics.

Fix the semantics where needed and remove parts that became meaningless.

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath
2024-12-08 14:51:07 +00:00
parent 3102c5985e
commit b51b73351d
2 changed files with 2 additions and 4 deletions

View File

@ -28,8 +28,8 @@ Compile-time options
We currently have a few compile-time options that are relevant to the migration:
- `MBEDTLS_PSA_CRYPTO_C` - enabled by default, controls the presence of the PSA
Crypto APIs.
- `MBEDTLS_PSA_CRYPTO_C` - enabled by default, controls the presence of the
implementation of PSA Crypto APIs.
- `PSA_CRYPTO_CONFIG` - disabled by default, supports builds with drivers and
without the corresponding software implementation (G5 above).