Add link between sections
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
a481052407
commit
a5a3cce49b
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ Migration paths:
|
|||
1. Mbed TLS 3.0 does not offer a migration path for the use case 1: Like many
|
||||
other Mbed TLS structures, the structure of `mbedtls_ssl_session` is no
|
||||
longer part of the public API in Mbed TLS 3.0, and direct structure field
|
||||
access is no longer supported. Please see the corresponding migration guide.
|
||||
access is no longer supported. Please see the [section on private structure fields](#most-structure-fields-are-now-private) for more details.
|
||||
|
||||
2. Users should replace calls to `mbedtls_ssl_get_session_pointer()` by
|
||||
calls to `mbedtls_ssl_get_session()` as demonstrated in the example
|
||||
|
|
Loading…
Reference in a new issue