Skip to content

Commit de8bb96

Browse files
Change footnote indication
Signed-off-by: Ronald Cron <[email protected]>
1 parent 25b1a02 commit de8bb96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/4.0-migration-guide/repo-split.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ These changes reflect the move of cryptographic, cryptographic-adjacent, and pla
6969

7070
| Original location | New location(s) | Notes |
7171
|-----------------------------------------|--------------------------------------------------------------------------------------|-------|
72-
| `library/*` (\*) | `tf-psa-crypto/core/`<br>`tf-psa-crypto/drivers/builtin/src/` | Contains cryptographic, cryptographic-adjacent (e.g., ASN.1, Base64), and platform C modules and headers. |
73-
| `include/mbedtls/*` (\*) | `tf-psa-crypto/include/mbedtls/`<br>`tf-psa-crypto/drivers/builtin/include/private/` | Public headers moved to `include/mbedtls`; now internal headers moved to `include/private`. |
72+
| `library/*` (<sup>†</sup>) | `tf-psa-crypto/core/`<br>`tf-psa-crypto/drivers/builtin/src/` | Contains cryptographic, cryptographic-adjacent (e.g., ASN.1, Base64), and platform C modules and headers. |
73+
| `include/mbedtls/*` (<sup>†</sup>) | `tf-psa-crypto/include/mbedtls/`<br>`tf-psa-crypto/drivers/builtin/include/private/` | Public headers moved to `include/mbedtls`; now internal headers moved to `include/private`. |
7474
| `include/psa` | `tf-psa-crypto/include/psa` | All PSA headers consolidated here. |
7575
| `3rdparty/everest`<br>`3rdparty/p256-m` | `tf-psa-crypto/drivers/everest`<br>`tf-psa-crypto/drivers/p256-m` | Third-party crypto driver implementations. |
7676

77-
(\*) The `library` and `include/mbedtls` directories still exist in Mbed TLS, but not contain only TLS and X.509 components.
77+
(<sup>†</sup>) The `library` and `include/mbedtls` directories still exist in Mbed TLS, but not contain only TLS and X.509 components.
7878

7979
### Configuration file split
8080
Cryptography and platform configuration options have been moved from `include/mbedtls/mbedtls_config.h` to `tf-psa-crypto/include/psa/crypto_config.h`, which is now mandatory.

0 commit comments

Comments
 (0)